Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias zod.ZodFirstPartySchemaTypes
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodFirstPartySchemaTypes } = zod;
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>