method ZodType.prototype.nullishRe-exportimport { ZodType } from "https://deno.land/x/zod@v3.20.2/external.ts"; nullish(): ZodNullable<ZodOptional<this>>ReturnsZodNullable<ZodOptional<this>>