UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 558 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getColumns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getColumnsWithRecordId(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getColumnsWithoutColumnToMatchOn(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getAttachmentColumns(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map