UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 969 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getDatabaseProperties(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getFilterProperties(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getBlockTypes(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getPropertySelectValues(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getDatabaseIdFromPage(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getDatabaseOptionsFromPage(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getTimezones(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map