export interface FetchEntitlementsOptions
Options used to fetch entitlements
optionalSnowflake after? :
Consider only entitlements after this entitlement id If both before
and after
are provided, only before
is respected
optionalSnowflake before? :
Consider only entitlements before this entitlement id
optionalboolean cache? :
Whether to cache the fetched entitlements (default: true)
optionalboolean excludeEnded? :
Whether to exclude ended entitlements
optionalGuildResolvable guild? :
The guild to fetch entitlements for
optionalnumber limit? :
The maximum number of entitlements to fetch
optionalreadonly SKUResolvable[] skus? :
The SKUs to fetch entitlements for
optionalUserResolvable user? :
The user to fetch entitlements for