UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

5 lines 462 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getWorksheetColumnRow(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getWorksheetColumnRowSkipColumnToMatchOn(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getTableColumns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map