Preparing search index...
The search index is not available
@team-plain/typescript-sdk
@team-plain/typescript-sdk
<internal>
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
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
code
exact
inclusive
message
minimum
path
type
@team-plain/typescript-sdk
Loading...
Generated using
TypeDoc