| 68 | } |
| 69 | |
| 70 | export interface IDinoErrorController { |
| 71 | patch(err: Error, req: Request, res: Response, next: NextFunction): void; |
| 72 | invoke(actionName: string): void; |
| 73 | } |
| 74 | |
| 75 | export interface IDinoRouter { |
| 76 | registerMiddlewares(middlewares: IMiddlewareProvider[]): void; |
nothing calls this directly
no outgoing calls
no test coverage detected