import { Router } from 'express'; export interface IHttpRoute { path: string; handler: Router; }