UNPKG

n8n

Version:

n8n Workflow Automation Tool

4 lines (3 loc) 228 B
import type { NextFunction, Response } from 'express'; import type { ExecutionRequest } from './execution.types'; export declare const parseRangeQuery: (req: ExecutionRequest.GetMany, res: Response, next: NextFunction) => void;