type alias ParamKeysimport { type ParamKeys } from "https://dotland.deno.dev/x/hono@v3.12.8/types.ts"; Type ParametersPathdefinition: Path extends `${infer Component}/${infer Rest}` ? ParamKey<Component> | ParamKeys<Rest> : ParamKey<Path>