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