type alias Routesimport { type Routes } from "https://deno.land/x/denorest@v4.2/lib/types.ts"; Routes data type definition: { path: string; reg: RegExp; method: string; hand: ((req: Req, res: Res) => void)[]; }