Integration App SDK - v1.14.0
Console
React Lib
REST API
Preparing search index...
@integration-app/sdk
ZodTooBigIssue
Interface ZodTooBigIssue
interface
ZodTooBigIssue
{
path
:
(
string
|
number
)
[]
;
message
?:
string
;
code
:
"too_big"
;
maximum
:
number
|
bigint
;
inclusive
:
boolean
;
exact
?:
boolean
;
type
:
"string"
|
"number"
|
"bigint"
|
"set"
|
"array"
|
"date"
;
}
Hierarchy (
View Summary
)
ZodIssueBase
ZodTooBigIssue
Index
Properties
path
message?
code
maximum
inclusive
exact?
type
Properties
path
path
:
(
string
|
number
)
[]
Optional
message
message
?:
string
code
code
:
"too_big"
maximum
maximum
:
number
|
bigint
inclusive
inclusive
:
boolean
Optional
exact
exact
?:
boolean
type
type
:
"string"
|
"number"
|
"bigint"
|
"set"
|
"array"
|
"date"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
message
code
maximum
inclusive
exact
type
Console
React Lib
REST API
Integration App SDK - v1.14.0
Loading...