UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 518 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare function getChannels(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getChannelsInTeam(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getTeams(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; //# sourceMappingURL=loadOptions.d.ts.map