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

x/netzo/deps/zod/mod.ts>ZodFirstPartySchemaTypes

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias ZodFirstPartySchemaTypes
import { type ZodFirstPartySchemaTypes } from "https://deno.land/x/netzo@0.5.70/deps/zod/mod.ts";
definition:
| ZodArray<any, any>
| ZodObject<any, any, any>
| ZodUnion<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>
| ZodCatch<any>
| ZodPromise<any>
| ZodBranded<any, any>
| ZodPipeline<any, any>