UNPKG

n8n-nodes-recallio

Version:

RecallioAI Memory node for n8n

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