Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/test/deps.ts>zod.ZodFirstPartySchemaTypes

A server framework for Deno
Go to Latest
type alias zod.ZodFirstPartySchemaTypes
import { type zod } from "https://deno.land/x/cav@0.2.0-alpha.7/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>