type alias UndefinedIfHavingQuestionimport { type UndefinedIfHavingQuestion } from "https://dotland.deno.dev/x/hono@v4.2.2/types.ts"; Type ParametersTdefinition: T extends `${infer _}?` ? string | undefined : string