UNPKG

n8n-nodes-wanted-laas

Version:
7 lines (6 loc) 309 B
import type { INodeType, INodeTypeDescription, ISupplyDataFunctions, SupplyData } from 'n8n-workflow'; export declare class WantedLaaSChatModel implements INodeType { description: INodeTypeDescription; methods: {}; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }