Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Zod
z
ZodTooBigIssue
Interface ZodTooBigIssue
interface
ZodTooBigIssue
{
code
:
"too_big"
;
exact
?:
boolean
;
inclusive
:
boolean
;
maximum
:
number
|
bigint
;
message
?:
string
;
path
:
(
string
|
number
)
[]
;
type
:
"string"
|
"number"
|
"bigint"
|
"date"
|
"array"
|
"set"
;
}
Hierarchy (
view full
)
ZodIssueBase
ZodTooBigIssue
Index
Properties
code
exact?
inclusive
maximum
message?
path
type
Properties
code
code
:
"too_big"
Optional
exact
exact
?:
boolean
inclusive
inclusive
:
boolean
maximum
maximum
:
number
|
bigint
Optional
message
message
?:
string
path
path
:
(
string
|
number
)
[]
type
type
:
"string"
|
"number"
|
"bigint"
|
"date"
|
"array"
|
"set"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
code
exact
inclusive
maximum
message
path
type
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc