interface z.ZodNullableDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-20/deps.ts";
const { ZodNullableDef } = z;
Type Parameters
optional
T extends ZodTypeAny = ZodTypeAnyProperties
innerType: T
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-20/deps.ts";
const { ZodNullableDef } = z;