type alias ParamKeyToRecordimport { type ParamKeyToRecord } from "https://dotland.deno.dev/x/hono@v4.2.8/types.ts"; Type ParametersT extends stringdefinition: T extends `${infer R}?` ? Record<R, string | undefined> : [K in T]: string