@raisenow/tamaro-core
    Preparing search index...

    Type Alias StripeRadarSession

    The response of a successful request to generate a Stripe Radar session id from the Stripe SDK.

    type StripeRadarSession = {
        id: string;
        passive_captcha_site_key: string;
    }
    Index

    Properties

    id: string
    passive_captcha_site_key: string