Mayson Monorepo Documentation
    Preparing search index...

    Type Alias Response<T>

    Response: T & {
        lastResponse: {
            headers: { [key: string]: string };
            requestId: string;
            statusCode: number;
            apiVersion?: string;
            idempotencyKey?: string;
            stripeAccount?: string;
        };
    }

    Type Parameters

    • T