UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

10 lines (9 loc) 325 B
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 = {}));