method ZodType.prototype.nullishimport { ZodType } from "https://deno.land/x/zod@v3.23.0/types.ts"; nullish(): ZodOptional<ZodNullable<this>>ReturnsZodOptional<ZodNullable<this>>