interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodIssueTooSmall
Interface $ZodIssueTooSmall<Input>
interface
$ZodIssueTooSmall
<
Input
=
unknown
>
{
code
:
"too_small"
;
inclusive
?:
boolean
;
input
:
Input
;
message
:
string
;
minimum
:
number
|
bigint
;
origin
:
|
"string"
|
"number"
|
"bigint"
|
string
&
{}
|
"date"
|
"int"
|
"file"
|
"array"
|
"set"
;
path
:
PropertyKey
[]
;
}
Type Parameters
Input
=
unknown
Hierarchy (
View Summary
)
$ZodIssueBase
$ZodIssueTooSmall
Index
Properties
code
inclusive?
input
message
minimum
origin
path
Properties
Readonly
code
code
:
"too_small"
Optional
Readonly
inclusive
inclusive
?:
boolean
Readonly
input
input
:
Input
Readonly
message
message
:
string
Readonly
minimum
minimum
:
number
|
bigint
Readonly
origin
origin
:
|
"string"
|
"number"
|
"bigint"
|
string
&
{}
|
"date"
|
"int"
|
"file"
|
"array"
|
"set"
Readonly
path
path
:
PropertyKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
inclusive
input
message
minimum
origin
path
interface-forge - v2.5.0
Loading...