interface z.ZodNullableDef
implements ZodTypeDef
import { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { ZodNullableDef } = z;
Type Parameters
optional
T extends ZodTypeAny = ZodTypeAnyProperties
innerType: T
import { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts";
const { ZodNullableDef } = z;