import express from "express"; export type AppMasterEndpoint = {path:string,methods:string[]}; export interface AppMasterRouterConfig {} export interface AppMasterRouterType extends express.Express {}