(actionName: string, httpVerb: string, requestUrl: string)
| 65 | patch(req: Request, res: Response, next: NextFunction): void; |
| 66 | invoke(actionName: string, httpVerb: string, requestUrl: string): void; |
| 67 | invokeAsync(actionName: string, httpVerb: string, requestUrl: string): Promise<void>; |
| 68 | } |
| 69 | |
| 70 | export interface IDinoErrorController { |
no outgoing calls
no test coverage detected