n8n-nodes-wanted-laas
Version:
Wanted LaaS nodes for n8n
7 lines (6 loc) • 309 B
TypeScript
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>;
}