export interface APIEntitlement
https://discord.com/developers/docs/monetization/entitlements#entitlement-object-entitlement-structure
externalSnowflake application_id :
ID of the parent application
optionalexternalboolean consumed? :
For consumable items, whether or not the entitlement has been consumed
externalboolean deleted :
Whether the entitlement was deleted
optionalexternalstring ends_at? :
Date at which the entitlement is no longer valid. Not present when using test entitlements.
optionalexternalSnowflake guild_id? :
ID of the guild that is granted access to the entitlement's sku
externalSnowflake id :
ID of the entitlement
externalSnowflake sku_id :
ID of the SKU
optionalexternalstring starts_at? :
Start date at which the entitlement is valid. Not present when using test entitlements.
externalEntitlementType type :
Type of entitlement
optionalexternalSnowflake user_id? :
ID of the user that is granted access to the entitlement's sku