UNPKG

@kaia-team/n8n-nodes-kaia

Version:
6 lines 303 B
import { INodeExecutionData, INodeType, INodeTypeDescription, IExecuteFunctions } from 'n8n-workflow'; export declare class Kaia implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=Kaia.node.d.ts.map