UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

3 lines 274 B
import type { IExecuteFunctions, ILoadOptionsFunctions, IDataObject } from 'n8n-workflow'; export declare function submitForm(this: IExecuteFunctions | ILoadOptionsFunctions, resourceName: string, form: IDataObject): Promise<any>; //# sourceMappingURL=FormFunctions.d.ts.map