interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckLessThanDef
Interface $ZodCheckLessThanDef
interface
$ZodCheckLessThanDef
{
abort
?:
boolean
;
check
:
"less_than"
;
error
?:
$ZodErrorMap
<
never
>
;
inclusive
:
boolean
;
value
:
Numeric
;
}
Hierarchy (
View Summary
)
$ZodCheckDef
$ZodCheckLessThanDef
Index
Properties
abort?
check
error?
inclusive
value
Properties
Optional
abort
abort
?:
boolean
If true, no later checks will be executed if this check fails. Default
false
.
check
check
:
"less_than"
Optional
error
error
?:
$ZodErrorMap
<
never
>
inclusive
inclusive
:
boolean
value
value
:
Numeric
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
abort
check
error
inclusive
value
interface-forge - v2.5.0
Loading...
If true, no later checks will be executed if this check fails. Default
false
.