Module

x/zod/external.ts>ZodTooBigIssue

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

Properties

code: ZodIssueCode.too_big
maximum: number
inclusive: boolean
type:
| "array"
| "string"
| "number"
| "set"