fox-block-builder
Version:
Maintainable code for loop slack-block-kit-like modal builder
16 lines • 560 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlockType = void 0;
var BlockType;
(function (BlockType) {
BlockType["Section"] = "section";
BlockType["Actions"] = "actions";
BlockType["Context"] = "context";
BlockType["Input"] = "input";
BlockType["File"] = "file";
BlockType["Divider"] = "divider";
BlockType["Image"] = "image";
BlockType["Header"] = "header";
BlockType["Video"] = "video";
})(BlockType || (exports.BlockType = BlockType = {}));
//# sourceMappingURL=block-types.js.map
;