UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

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