UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

13 lines 644 B
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Wise implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getBorderlessAccounts(this: ILoadOptionsFunctions): Promise<any>; getProfiles(this: ILoadOptionsFunctions): Promise<any>; getRecipients(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Wise.node.d.ts.map