UNPKG

@n8n/n8n-nodes-langchain

Version:
9 lines (8 loc) 290 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AzureEntraCognitiveServicesOAuth2Api implements ICredentialType { name: string; displayName: string; extends: string[]; documentationUrl: string; properties: INodeProperties[]; }