method z.Schema.prototype.nullishimport { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { Schema } = z; nullish(): ZodOptional<ZodNullable<this>>ReturnsZodOptional<ZodNullable<this>>