UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 230 B
import type { NextFunction, Response } from 'express'; import type { ListQuery } from '../../requests'; export declare const filterListQueryMiddleware: (req: ListQuery.Request, res: Response, next: NextFunction) => Promise<void>;