import echo from "./api/echo.ts"; export const routeList = [ echo, ]; export type RouteList = typeof routeList;