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

    Function isNoContent

    • Type guard to check if a JSBridge response is a 204 No Content (operation succeeded with no result).

      Type Parameters

      Parameters

      • response: T

        The JSBridge response to check

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

      True if the response has status code 204, false otherwise