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.

8 lines (7 loc) 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FileType = void 0; var FileType; (function (FileType) { FileType["Remote"] = "remote"; })(FileType = exports.FileType || (exports.FileType = {}));