n8n-nodes-mallabe-currencies
Version:
n8n community node that allows you to convert / exchange currencies to other currencies as well as get the daily rates of currencies using Mallabe Currencies
3 lines (2 loc) • 379 B
TypeScript
import type { IHookFunctions, IExecuteFunctions, ILoadOptionsFunctions, IDataObject, IHttpRequestMethods } from 'n8n-workflow';
export declare function mallabeCurrenciesRequest(this: IHookFunctions | IExecuteFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, body?: IDataObject, qs?: IDataObject, url?: string, option?: IDataObject): Promise<any>;