seyfert
Version:
The most advanced framework for discord bots
17 lines (16 loc) • 502 B
JavaScript
;
/**
* Types extracted from https://discord.com/developers/docs/resources/poll
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PollLayoutType = void 0;
/**
* https://discord.com/developers/docs/resources/poll#layout-type
*/
var PollLayoutType;
(function (PollLayoutType) {
/**
* The, uhm, default layout type
*/
PollLayoutType[PollLayoutType["Default"] = 1] = "Default";
})(PollLayoutType || (exports.PollLayoutType = PollLayoutType = {}));