EntitlementType

https://discord.com/developers/docs/monetization/entitlements#entitlement-object-entitlement-types

Signature

export declare enum EntitlementType {    Purchase = 1,    PremiumSubscription = 2,    DeveloperGift = 3,    TestModePurchase = 4,    FreePurchase = 5,    UserGift = 6,    PremiumPurchase = 7,    ApplicationSubscription = 8}

Members

This export does not declare public properties or methods in the generated declaration file.