@vocantai/n8n-nodes-translation-vocantai
Version:
Audio file transcription services. Your speech. Private.
22 lines • 595 B
JavaScript
;
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