(type: Function & { prototype: T })
| 10 | export interface IDino { |
| 11 | registerController<T>(controller: Function & { prototype: T }): void; |
| 12 | registerApplicationError<T>(type: Function & { prototype: T }): void; |
| 13 | disableRouteNotFoundException(): void; |
| 14 | enableUserIdentity(): void; |
| 15 | requestStart<T>(middleware: Function & { prototype: T }): void; |