@grabjs/superapp-sdk
    Preparing search index...

    Function isFound

    • Type guard to check if a JSBridge response is a 302 Found redirect.

      Type Parameters

      Parameters

      • response: T

        The JSBridge response to check

      Returns response is Extract<T, { status_code: 302 }>

      True if the response has status code 302, false otherwise