Module

x/zod/src/ZodTypes.ts>ZodTypes

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
enum ZodTypes
import { ZodTypes } from "https://dotland.deno.dev/x/zod@v3-snapshot-2021-01-21/src/ZodTypes.ts";

Members

any = "any"
array = "array"
bigint = "bigint"
boolean = "boolean"
date = "date"
enum = "enum"
function = "function"
intersection = "intersection"
lazy = "lazy"
literal = "literal"
map = "map"
nativeEnum = "nativeEnum"
never = "never"
null = "null"
nullable = "nullable"
number = "number"
object = "object"
optional = "optional"
promise = "promise"
record = "record"
string = "string"
transformer = "transformer"
tuple = "tuple"
undefined = "undefined"
union = "union"
unknown = "unknown"
void = "void"