import { RouteConfig } from "./RouteConfig"; export interface RouterConfig { route: string; config: RouteConfig[]; }