UNPKG

n8n-nodes-sap-ai-core

Version:

n8n nodes for SAP AI Core LLM and embeddings integration

8 lines 292 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class SapAiCoreApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=SapAiCoreApi.credentials.d.ts.map