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

    Interface ThrottleEnvelope

    Envelope every Throttle iframe message carries. Lets parents disambiguate Throttle messages from other postMessage senders on the page (analytics SDKs, ad pixels, other iframes).

    interface ThrottleEnvelope {
        source: "throttle";
        version: 1;
    }
    Index
    source: "throttle"
    version: 1