UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

6 lines 401 B
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; import { getLabels } from '../GenericFunctions'; export declare function getThreadMessages(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export declare function getGmailAliases(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; export { getLabels }; //# sourceMappingURL=loadOptions.d.ts.map