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

    Variable SendRequestSchemaConst

    SendRequestSchema: ObjectSchema<SendRequest> = ...

    Valibot schema for SendRequest.

    This schema defines the structure of a network request with the following properties:

    • endpoint: API endpoint URL to send the request to
    • method: HTTP method (e.g., 'GET', 'POST', 'PUT', 'DELETE')
    • headers: Optional HTTP headers to include in the request
    • query: Optional query parameters to append to the URL
    • body: Optional request body data
    • timeout: Optional timeout in seconds (default is 60 seconds)