@voiceflow/base-types
Version:
Voiceflow base project types
10 lines (9 loc) • 325 B
JavaScript
export * from './canvasTemplate.js';
export * from './domain.js';
export * from './nluUnclassifiedData.js';
export * from './prototype.js';
export var FolderItemType;
(function (FolderItemType) {
FolderItemType["FOLDER"] = "FOLDER";
FolderItemType["DIAGRAM"] = "DIAGRAM";
})(FolderItemType || (FolderItemType = {}));