@voiceflow/base-types
Version:
Voiceflow base project types
12 lines (11 loc) • 480 B
JavaScript
export var IntegrationType;
(function (IntegrationType) {
IntegrationType["ZAPIER"] = "Zapier";
IntegrationType["CUSTOM_API"] = "Custom API";
IntegrationType["GOOGLE_SHEETS"] = "Google Sheets";
})(IntegrationType || (IntegrationType = {}));
export var IntegrationPlatform;
(function (IntegrationPlatform) {
IntegrationPlatform["ZAPIER"] = "Zapier";
IntegrationPlatform["GOOGLE_SHEETS"] = "Google Sheets";
})(IntegrationPlatform || (IntegrationPlatform = {}));