UNPKG

@n8n/n8n-nodes-langchain

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