UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines (8 loc) 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IfNoMatchType = void 0; var IfNoMatchType; (function (IfNoMatchType) { IfNoMatchType["PATH"] = "path"; IfNoMatchType["NONE"] = "none"; })(IfNoMatchType || (exports.IfNoMatchType = IfNoMatchType = {}));