UNPKG

slack-block-builder

Version:

Maintainable code for interactive Slack messages, modals, home tabs, and workflow steps. A must-have for the Slack Block Kit framework.

9 lines (8 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ResponseType = void 0; var ResponseType; (function (ResponseType) { ResponseType["Ephemeral"] = "ephemeral"; ResponseType["InChannel"] = "in_channel"; })(ResponseType = exports.ResponseType || (exports.ResponseType = {}));