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

    Type Alias SendResult

    SendResult: { [key: string]: unknown }

    Result object containing the network response data.

    Type Declaration

    • [key: string]: unknown

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