import { Request, Response, NextFunction } from 'express'; export type ApiEndpoint = (req: Request, res: Response, next: NextFunction) => void; //# sourceMappingURL=ApiEndpoint.d.ts.map