UNPKG

discord-api-types

Version:

Discord API typings that are kept up to date for use in bot library creation.

12 lines 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntitlementOwnerType = void 0; /** * @see {@link https://discord.com/developers/docs/resources/entitlement#create-test-entitlement} */ var EntitlementOwnerType; (function (EntitlementOwnerType) { EntitlementOwnerType[EntitlementOwnerType["Guild"] = 1] = "Guild"; EntitlementOwnerType[EntitlementOwnerType["User"] = 2] = "User"; })(EntitlementOwnerType || (exports.EntitlementOwnerType = EntitlementOwnerType = {})); //# sourceMappingURL=monetization.js.map