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