UNPKG

n8n

Version:

n8n Workflow Automation Tool

19 lines (18 loc) 977 B
import type { Response } from 'express'; import type { PaginatedRequest } from '../../../../public-api/types'; import type { AuthenticatedRequest } from '../../../../requests'; declare const _default: { createProject: ((req: AuthenticatedRequest<{ id?: string; }>, res: Response, next: import("express").NextFunction) => Promise<Response | void>)[]; updateProject: ((req: AuthenticatedRequest<{ id?: string; }>, res: Response, next: import("express").NextFunction) => Promise<Response | void>)[]; deleteProject: ((req: AuthenticatedRequest<{ id?: string; }>, res: Response, next: import("express").NextFunction) => Promise<Response | void>)[]; getProjects: (((req: PaginatedRequest, res: Response, next: import("express").NextFunction) => Response | void) | ((req: AuthenticatedRequest<{ id?: string; }>, res: Response, next: import("express").NextFunction) => Promise<Response | void>))[]; }; export = _default;