UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

16 lines 1 kB
import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Clockify implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { listWorkspaces(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; loadUsersForWorkspace(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; loadClientsForWorkspace(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; loadProjectsForWorkspace(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; loadTagsForWorkspace(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; loadCustomFieldsForWorkspace(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Clockify.node.d.ts.map