@stigg/node-server-sdk - v4.22.1

    Type Alias MockPaywallPackageEntitlementFragment

    type MockPaywallPackageEntitlementFragment = {
        __typename?: "Entitlement";
        displayNameOverride?: string | null;
        enumValues?: string[] | null;
        feature?:
            | {
                __typename?: "EntitlementFeature";
                additionalMetaData?: any
                | null;
                description?: string | null;
                displayName: string;
                featureType: FeatureType;
                featureUnits?: string | null;
                featureUnitsPlural?: string | null;
                meterType?: MeterType | null;
                refId: string;
            }
            | null;
        hasSoftLimit?: boolean
        | null;
        hasUnlimitedUsage: boolean;
        hiddenFromWidgets?: WidgetType[] | null;
        isGranted: boolean;
        resetPeriod?: EntitlementResetPeriod | null;
        usageLimit?: number | null;
    }
    Index

    Properties

    __typename?: "Entitlement"
    displayNameOverride?: string | null
    enumValues?: string[] | null
    feature?:
        | {
            __typename?: "EntitlementFeature";
            additionalMetaData?: any
            | null;
            description?: string | null;
            displayName: string;
            featureType: FeatureType;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            meterType?: MeterType | null;
            refId: string;
        }
        | null
    hasSoftLimit?: boolean | null
    hasUnlimitedUsage: boolean
    hiddenFromWidgets?: WidgetType[] | null
    isGranted: boolean
    resetPeriod?: EntitlementResetPeriod | null
    usageLimit?: number | null
    MMNEPVFCICPMFPCPTTAAATR