UNPKG

n8n-nodes-exchangerate-api

Version:
26 lines (25 loc) 628 B
module.exports = { credentials: { ExchangeRateCredentialsApi: { operations: [ { name: 'exchangeRateCredentialsApi', type: 'credential', displayName: 'ExchangeRate API', required: true, }, ], }, }, nodes: { ExchangeRateAPI: { operations: [ { name: 'exchangeRateAPI', type: 'node', displayName: 'ExchangeRate API', }, ], }, }, };