type alias StrictMorphVariantimport { type StrictMorphVariant } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts"; Type ParametersTdefinition: T extends number ? `${T}` | T : T extends "true" ? true | T : T extends "false" ? false | T : T