Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ZodTooBigIssue
Interface ZodTooBigIssue
interface
ZodTooBigIssue
{
code
:
"too_big"
;
exact
?:
boolean
;
inclusive
:
boolean
;
maximum
:
number
|
bigint
;
message
?:
string
;
path
:
(
string
|
number
)
[]
;
type
:
"string"
|
"number"
|
"bigint"
|
"set"
|
"date"
|
"array"
;
}
Hierarchy-Diagram
Legend
interface
public property
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"
|
"set"
|
"date"
|
"array"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
exact
inclusive
maximum
message
path
type
Official Cockpit API Documentation
Houston Common Library
Loading...