UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

19 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LingvaNexApi = void 0; class LingvaNexApi { name = 'lingvaNexApi'; displayName = 'LingvaNex API'; documentationUrl = 'lingvanex'; properties = [ { displayName: 'API Key', name: 'apiKey', type: 'string', typeOptions: { password: true }, default: '', }, ]; } exports.LingvaNexApi = LingvaNexApi; //# sourceMappingURL=LingvaNexApi.credentials.js.map