UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 254 B
import { Request, Response, NextFunction } from 'express'; export declare class StaticAuthService { static getStaticAuthMiddleware(endpointAuthToken: string, headerName?: string): ((req: Request, res: Response, next: NextFunction) => void) | null; }