method z.ZodType.prototype.nullableRe-exportimport { z } from "https://deno.land/x/zod@v3.22.0/mod.ts"; const { ZodType } = z; nullable(): ZodNullable<this>ReturnsZodNullable<this>