"use strict"; /* eslint-disable */ ///////////////////////////////////////////////////////////////////////////////////////// // // // !!! 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 || (exports.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 || (exports.ElementType = {})); //# sourceMappingURL=FilesInfoResponse.js.map