type alias util.noUndefinedimport { type util } from "https://dotland.deno.dev/x/zod@v3.20/index.ts"; const { noUndefined } = util; Type ParametersTdefinition: T extends undefined ? never : T