UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

8 lines (7 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ZapierActionType = void 0; var ZapierActionType; (function (ZapierActionType) { ZapierActionType["START_A_ZAP"] = "Start a Zap"; })(ZapierActionType || (exports.ZapierActionType = ZapierActionType = {}));