interface FetchEntitlementOptions
extends
BaseFetchOptionsexport interface FetchEntitlementOptions extends BaseFetchOptions
Options used to fetch an entitlement
optionalboolean = true cache? :
Whether to cache the fetched data if it wasn't already
Inherited from: BaseFetchOptions
EntitlementResolvable entitlement :
The entitlement to fetch
optionalboolean force? :
Whether to skip the cache check and request the API
Inherited from: BaseFetchOptions