Preparing search index...
The search index is not available
@rendley/sdk - v1.5.0
@rendley/sdk
Zod
z
ZodTooSmallIssue
Interface ZodTooSmallIssue
interface
ZodTooSmallIssue
{
code
:
"too_small"
;
exact
?:
boolean
;
inclusive
:
boolean
;
message
?:
string
;
minimum
:
number
|
bigint
;
path
:
(
string
|
number
)
[]
;
type
:
"string"
|
"number"
|
"bigint"
|
"date"
|
"array"
|
"set"
;
}
Hierarchy (
view full
)
ZodIssueBase
ZodTooSmallIssue
Index
Properties
code
exact?
inclusive
message?
minimum
path
type
Properties
code
code
:
"too_small"
Optional
exact
exact
?:
boolean
inclusive
inclusive
:
boolean
Optional
message
message
?:
string
minimum
minimum
:
number
|
bigint
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
message
minimum
path
type
@rendley/sdk - v1.5.0
Loading...
Generated using
TypeDoc