@voiceflow/base-types
Version:
Voiceflow base project types
15 lines (14 loc) • 663 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IntegrationPlatform = exports.IntegrationType = void 0;
var IntegrationType;
(function (IntegrationType) {
IntegrationType["ZAPIER"] = "Zapier";
IntegrationType["CUSTOM_API"] = "Custom API";
IntegrationType["GOOGLE_SHEETS"] = "Google Sheets";
})(IntegrationType || (exports.IntegrationType = IntegrationType = {}));
var IntegrationPlatform;
(function (IntegrationPlatform) {
IntegrationPlatform["ZAPIER"] = "Zapier";
IntegrationPlatform["GOOGLE_SHEETS"] = "Google Sheets";
})(IntegrationPlatform || (exports.IntegrationPlatform = IntegrationPlatform = {}));