UNPKG

@vocantai/n8n-nodes-translation-vocantai

Version:
22 lines 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VocantApi = void 0; class VocantApi { constructor() { this.name = 'vocantApi'; this.displayName = 'Vocant AI API'; this.properties = [ { displayName: 'API Key', name: 'apiKey', type: 'string', typeOptions: { password: true, }, default: '', }, ]; } } exports.VocantApi = VocantApi; //# sourceMappingURL=VocantApi.credentials.js.map