bupkis
API
Assertions
Preparing search index...
bupkis
z
core
$ZodIssueTooBig
Interface $ZodIssueTooBig<Input>
interface
$ZodIssueTooBig
<
Input
=
unknown
>
{
code
:
"too_big"
;
origin
:
|
"string"
|
"number"
|
"bigint"
|
"int"
|
"date"
|
"file"
|
"array"
|
"set"
|
string
&
{}
;
maximum
:
number
|
bigint
;
inclusive
?:
boolean
;
exact
?:
boolean
;
input
?:
Input
;
path
:
PropertyKey
[]
;
message
:
string
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueTooBig
Index
Properties
code
origin
maximum
inclusive?
exact?
input?
path
message
Properties
Readonly
code
code
:
"too_big"
Readonly
origin
origin
:
|
"string"
|
"number"
|
"bigint"
|
"int"
|
"date"
|
"file"
|
"array"
|
"set"
|
string
&
{}
Readonly
maximum
maximum
:
number
|
bigint
Optional
Readonly
inclusive
inclusive
?:
boolean
Optional
Readonly
exact
exact
?:
boolean
Optional
Readonly
input
input
?:
Input
Readonly
path
path
:
PropertyKey
[]
Readonly
message
message
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
origin
maximum
inclusive
exact
input
path
message
API
Assertions
GitHub
npm
bupkis
Loading...