Skip to main content
Module

x/zod/external.ts>ZodOptionalType

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ZodOptionalType
import { type ZodOptionalType } from "https://deno.land/x/zod@v3.20.3/external.ts";

Type Parameters

T extends ZodTypeAny
definition: ZodOptional<T>