UNPKG

n8n

Version:

n8n Workflow Automation Tool

9 lines (8 loc) 592 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, next: express.NextFunction) => express.Response | void) | ((req: ExecutionRequest.GetAll, res: express.Response) => Promise<express.Response>))[]; }; export = _default;