n8n
Version:
n8n Workflow Automation Tool
2 lines (1 loc) • 356 B
TypeScript
export declare const listQueryMiddleware: (import("express").RequestHandler<import("express-serve-static-core").ParamsDictionary, any, any, import("qs").ParsedQs, Record<string, any>> | ((req: import("../../requests").ListQuery.Request, res: import("express").Response<any, Record<string, any>>, next: import("express").NextFunction) => Promise<void>))[];