UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

16 lines 931 B
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Keap implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTags(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getUsers(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getCountries(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getProvinces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getContactTypes(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getTimezones(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Keap.node.d.ts.map