interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckLessThanInternals
Interface $ZodCheckLessThanInternals<T>
interface
$ZodCheckLessThanInternals
<
T
extends
Numeric
=
Numeric
>
{
def
:
$ZodCheckLessThanDef
;
issc
:
$ZodIssueTooBig
<
T
>
;
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
;
when
?:
(
payload
:
ParsePayload
)
=>
boolean
;
check
(
payload
:
ParsePayload
<
T
>
)
:
MaybeAsync
<
void
>
;
}
Type Parameters
T
extends
Numeric
=
Numeric
Hierarchy (
View Summary
)
$ZodCheckInternals
<
T
>
$ZodCheckLessThanInternals
Index
Properties
def
issc
onattach
when?
Methods
check
Properties
def
def
:
$ZodCheckLessThanDef
issc
issc
:
$ZodIssueTooBig
<
T
>
The set of issues this check might throw.
onattach
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
Optional
when
when
?:
(
payload
:
ParsePayload
)
=>
boolean
Methods
check
check
(
payload
:
ParsePayload
<
T
>
)
:
MaybeAsync
<
void
>
Parameters
payload
:
ParsePayload
<
T
>
Returns
MaybeAsync
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
def
issc
onattach
when
Methods
check
interface-forge - v2.5.0
Loading...
The set of issues this check might throw.