@slack/web-api
Version:
Official library for using the Slack Platform's Web API
30 lines • 1.54 kB
JavaScript
"use strict";
/////////////////////////////////////////////////////////////////////////////////////////
// //
// !!! DO NOT EDIT THIS FILE !!! //
// //
// This file is auto-generated by scripts/generate-web-api-types.sh in the repository. //
// Please refer to the script code to learn how to update the source data. //
// //
/////////////////////////////////////////////////////////////////////////////////////////
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElementType = exports.TextType = void 0;
var TextType;
(function (TextType) {
TextType["Mrkdwn"] = "mrkdwn";
TextType["PlainText"] = "plain_text";
})(TextType || (exports.TextType = TextType = {}));
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=FilesRemoteUpdateResponse.js.map