UNPKG

@olegivaniv/n8n-nodes-overkiz-tahoma

Version:

This is an n8n community node. It lets you use Overkiz (Tahoma) in your n8n workflows.

13 lines (12 loc) 654 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription, ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow'; export declare class Overkiz implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getAvailableTypes(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getAvailableObjects(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; getObjectCommands(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>; }; }; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }