Skip to main content
Module

x/zod/mod.ts>z.ZodNullableDef

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
interface z.ZodNullableDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/zod@v3.23.4/mod.ts";
const { ZodNullableDef } = z;

Type Parameters

optional
T extends ZodTypeAny = ZodTypeAny

Properties

innerType: T
typeName: ZodFirstPartyTypeKind.ZodNullable