Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>z.ZodFirstPartySchemaTypes

Universal process manager built in Deno
Go to Latest
type alias z.ZodFirstPartySchemaTypes
import { type z } from "https://deno.land/x/pup@1.0.0-rc.14/deps.ts";
const { ZodFirstPartySchemaTypes } = z;
definition:
| ZodString
| ZodNumber
| ZodNaN
| ZodBigInt
| ZodBoolean
| ZodDate
| ZodUndefined
| ZodNull
| ZodAny
| ZodUnknown
| ZodNever
| ZodVoid
| ZodArray<any, any>
| ZodObject<any, any, any>
| ZodUnion<any>
| ZodDiscriminatedUnion<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>
| ZodNativeEnum<any>
| ZodOptional<any>
| ZodNullable<any>
| ZodDefault<any>
| ZodCatch<any>
| ZodPromise<any>
| ZodBranded<any, any>
| ZodPipeline<any, any>