Skip to main content
Module

x/zod/index.ts>ZodTooBigIssue

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
interface ZodTooBigIssue
implements ZodIssueBase
import { type ZodTooBigIssue } from "https://deno.land/x/zod@v3.21.4/index.ts";

Properties

code: ZodIssueCode.too_big
maximum: number | bigint
inclusive: boolean
optional
exact: boolean
type:
| "array"
| "string"
| "number"
| "set"
| "date"
| "bigint"