UNPKG

@lrtherond/n8n-nodes-falkordb

Version:

n8n community node for FalkorDB graph database with AI integration

10 lines (9 loc) 362 B
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class FalkorDbApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; test: ICredentialTestRequest; }