@stigg/js-client-sdk - v4.12.0
    Preparing search index...

    Type Alias CreditEntitlementFallback

    type CreditEntitlementFallback = {
        currentUsage?: number;
        hasAccess: boolean;
        usageLimit?: number;
    }
    Index

    Properties

    currentUsage?: number
    hasAccess: boolean
    usageLimit?: number