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

    Type Alias SendResult

    SendResult: Record<string, unknown>

    Result object containing the network response data.

    The result type is Record<string, unknown> as response bodies are always returned as objects. String responses from JSBridge are automatically parsed to JSON.