@stigg/react-sdk - v11.0.0
    Preparing search index...

    Type Alias BooleanEntitlementFallback

    What a caller wants returned when an entitlement can't be resolved.

    Kept out of models.ts deliberately: these carry no transport vocabulary, only primitives, so the evaluator can accept one without reaching for the GraphQL-flavoured models and every transport can expand it into its own representation.

    type BooleanEntitlementFallback = {
        hasAccess: boolean;
    }
    Index

    Properties

    Properties

    hasAccess: boolean