export interface FetchSubscriptionsOptions
Options used to fetch subscriptions
optionalSnowflake after? :
Consider only subscriptions after this subscription id
optionalSnowflake before? :
Consider only subscriptions before this subscription id
optionalnumber limit? :
The maximum number of subscriptions to fetch
SKUResolvable sku :
The SKU to fetch subscriptions for
UserResolvable user :
The user to fetch entitlements for If both before
and after
are provided, only before
is respected