import { Route } from './Route'; export type CustomRoutes = { [key: string]: R; };