FetchEntitlementOptions

export interface FetchEntitlementOptions extends BaseFetchOptions
export interface FetchEntitlementOptions extends BaseFetchOptions
Options used to fetch an entitlement
cache?:boolean
Whether to cache the fetched data if it wasn't already (default: true)
Inherited from BaseFetchOptions
The entitlement to fetch
force?:boolean
Whether to skip the cache check and request the API
Inherited from BaseFetchOptions