method z.ZodSchema.prototype.nullableimport { z } from "https://deno.land/x/zod@v3.22.4/mod.ts"; const { ZodSchema } = z; nullable(): ZodNullable<this>ReturnsZodNullable<this>