Mayson Monorepo Documentation
    Preparing search index...
    interface Scope {
        type: Stripe.Apps.SecretCreateParams.Scope.Type;
        user?: string;
    }
    Index

    Properties

    Properties

    The secret scope type.

    user?: string

    The user ID. This field is required if type is set to user, and should not be provided if type is set to account.