UNPKG

slack-web-api-client

Version:
27 lines 1.03 kB
"use strict"; // deno-lint-ignore-file ban-unused-ignore no-explicit-any no-empty-interface /////////////////////////////////// // !!! DO NOT EDIT THIS FILE !!! // /////////////////////////////////// Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementType = exports.CloseType = void 0; var CloseType; (function (CloseType) { CloseType["Empty"] = ""; CloseType["Mrkdwn"] = "mrkdwn"; CloseType["PlainText"] = "plain_text"; })(CloseType || (exports.CloseType = CloseType = {})); var ElementType; (function (ElementType) { ElementType["Broadcast"] = "broadcast"; ElementType["Channel"] = "channel"; ElementType["Color"] = "color"; ElementType["Date"] = "date"; ElementType["Emoji"] = "emoji"; ElementType["Link"] = "link"; ElementType["Team"] = "team"; ElementType["Text"] = "text"; ElementType["User"] = "user"; ElementType["Usergroup"] = "usergroup"; })(ElementType || (exports.ElementType = ElementType = {})); //# sourceMappingURL=ViewsOpenResponse.js.map