type alias z.ZodNullableTypeimport { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodNullableType } = z; Type ParametersT extends ZodTypeAnydefinition: ZodNullable<T>