UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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