@usethrottle/checkout-sdk
    Preparing search index...

    Interface ThrottleEnvelope<T>

    interface ThrottleEnvelope<T> {
        data?: T;
        error?: { code?: string; details?: unknown; message?: string };
        meta?: Record<string, unknown>;
    }

    Type Parameters

    • T
    Index
    data?: T
    error?: { code?: string; details?: unknown; message?: string }
    meta?: Record<string, unknown>