Skip to main content
Module

x/zod/external.ts>ZodFirstPartySchemaTypes

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ZodFirstPartySchemaTypes
import { type ZodFirstPartySchemaTypes } from "https://deno.land/x/zod@v3.17.3/external.ts";
definition:
| ZodArray<any, any>
| ZodObject<any, any, any, any, any>
| ZodUnion<any>
| ZodDiscriminatedUnion<any, any, any>
| ZodIntersection<any, any>
| ZodTuple<any, any>
| ZodRecord<any, any>
| ZodMap<any>
| ZodSet<any>
| ZodFunction<any, any>
| ZodLazy<any>
| ZodLiteral<any>
| ZodEnum<any>
| ZodEffects<any, any, any>
| ZodOptional<any>
| ZodNullable<any>
| ZodDefault<any>
| ZodPromise<any>