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

    Interface NumericEntitlement

    interface NumericEntitlement {
        accessDeniedReason?: AccessDeniedReason;
        feature?: EntitlementFeature;
        hasAccess: boolean;
        isFallback: boolean;
        isUnlimited: boolean;
        type: "NUMERIC";
        value?: number;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    accessDeniedReason?: AccessDeniedReason
    hasAccess: boolean
    isFallback: boolean
    isUnlimited: boolean
    type: "NUMERIC"
    value?: number
    MMNEPVFCICPMFPCPTTAAATR