UNPKG

@n8n/n8n-nodes-langchain

Version:
6 lines (5 loc) 207 B
import { UserError } from 'n8n-workflow'; export declare class ChatTriggerAuthorizationError extends UserError { readonly responseCode: number; constructor(responseCode: number, message?: string); }