UNPKG

n8n

Version:

n8n Workflow Automation Tool

8 lines (7 loc) 260 B
import { GlobalConfig } from '@n8n/config'; import type { RequestHandler } from 'express'; export declare class ChatHubUploadMiddleware { private readonly upload; constructor(globalConfig: GlobalConfig); array(fieldName: string): RequestHandler; }