UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

7 lines 687 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getSheets(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getSheetHeaderRow(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getSheetHeaderRowAndAddColumn(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getSheetHeaderRowWithGeneratedColumnNames(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getSheetHeaderRowAndSkipEmpty(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map