interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckInternals
Interface $ZodCheckInternals<T>
interface
$ZodCheckInternals
<
T
>
{
def
:
$ZodCheckDef
;
issc
?:
$ZodIssueBase
;
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
;
when
?:
(
payload
:
ParsePayload
)
=>
boolean
;
check
(
payload
:
ParsePayload
<
T
>
)
:
MaybeAsync
<
void
>
;
}
Type Parameters
T
Hierarchy (
View Summary
)
$ZodCheckInternals
$ZodCheckRegexInternals
$ZodCheckLessThanInternals
$ZodCheckGreaterThanInternals
$ZodCheckMultipleOfInternals
$ZodCheckNumberFormatInternals
$ZodCheckBigIntFormatInternals
$ZodCheckMaxSizeInternals
$ZodCheckMinSizeInternals
$ZodCheckSizeEqualsInternals
$ZodCheckMaxLengthInternals
$ZodCheckMinLengthInternals
$ZodCheckLengthEqualsInternals
$ZodCheckStringFormatInternals
$ZodCheckPropertyInternals
$ZodCheckMimeTypeInternals
$ZodCheckOverwriteInternals
Index
Properties
def
issc?
onattach
when?
Methods
check
Properties
def
def
:
$ZodCheckDef
Optional
issc
issc
?:
$ZodIssueBase
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.