UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

12 lines 467 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { loadForms } from './GenericFunctions'; export declare class KoBoToolbox implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { loadForms: typeof loadForms; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=KoBoToolbox.node.d.ts.map