UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

19 lines 1.06 kB
"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.Type = void 0; var Type; (function (Type) { Type["Empty"] = ""; Type["Mrkdwn"] = "mrkdwn"; Type["PlainText"] = "plain_text"; })(Type = exports.Type || (exports.Type = {})); //# sourceMappingURL=ViewsPushResponse.js.map