UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

15 lines 530 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GOOGLE_TRANSLATION_PROVIDER_CONNECTION = void 0; exports.GOOGLE_TRANSLATION_PROVIDER_CONNECTION = { type: "GoogleTranslationProvider", label: "UI__NODE_EDITOR__GOOGLE_TRANSLATION_PROVIDER__LABEL", fields: [ { fieldName: "apiKey", required: true, label: "UI__PROJECT__SETTINGS__TRANSLATION_API_KEY__LABEL", }, ] }; //# sourceMappingURL=googleTranslationProviderConnection.js.map