UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

16 lines (15 loc) 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MenuItemType = exports.DiagramType = void 0; var DiagramType; (function (DiagramType) { DiagramType["TOPIC"] = "TOPIC"; DiagramType["GROUP"] = "GROUP"; DiagramType["COMPONENT"] = "COMPONENT"; DiagramType["TEMPLATE"] = "TEMPLATE"; })(DiagramType || (exports.DiagramType = DiagramType = {})); var MenuItemType; (function (MenuItemType) { MenuItemType["NODE"] = "NODE"; MenuItemType["DIAGRAM"] = "DIAGRAM"; })(MenuItemType || (exports.MenuItemType = MenuItemType = {}));