n8n-nodes-zep-v3
Version:
Community node: Zep Memory (v3) - AI Agent Memory for n8n
10 lines (9 loc) • 359 B
TypeScript
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class ZepApiV3 implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
properties: INodeProperties[];
authenticate: IAuthenticateGeneric;
test: ICredentialTestRequest;
}