interface FetchEntitlementOptions {
    cache?: boolean;
    entitlement: EntitlementResolvable;
    force?: boolean;
}

Hierarchy (View Summary)

Properties

cache?: boolean
force?: boolean