UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 644 B
import type express from 'express'; import type { ExecutionRequest } from '../../../types'; declare const _default: { deleteExecution: ((req: ExecutionRequest.Delete, res: express.Response) => Promise<express.Response>)[]; getExecution: ((req: ExecutionRequest.Get, res: express.Response) => Promise<express.Response>)[]; getExecutions: (((req: import("../../../types").PaginatedRequest, res: express.Response<any, Record<string, any>>, next: express.NextFunction) => void | express.Response<any, Record<string, any>>) | ((req: ExecutionRequest.GetAll, res: express.Response) => Promise<express.Response>))[]; }; export = _default;