UNPKG

n8n-nodes-recallio

Version:

RecallioAI Memory node for n8n

7 lines (6 loc) 391 B
import type { IExecuteFunctions, INodeType, INodeTypeDescription, INodeExecutionData, ISupplyDataFunctions, SupplyData } from 'n8n-workflow'; export declare class Recallio implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }