export default interface PageRoute { method: string | string[] handler: void | any route: string }