type alias RemoveQuestionimport { type RemoveQuestion } from "https://dotland.deno.dev/x/hono@v4.2.8/types.ts"; Type ParametersTdefinition: T extends `${infer R}?` ? R : T