import { Application } from "express"; export interface IExpressAppCarrier { app: Application; }