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