interface-forge - v2.5.0
Preparing search index...
src/zod
<internal>
$ZodCheckBigIntFormatInternals
Interface $ZodCheckBigIntFormatInternals
interface
$ZodCheckBigIntFormatInternals
{
def
:
$ZodCheckBigIntFormatDef
;
issc
:
$ZodIssueTooBig
<
"bigint"
>
|
$ZodIssueTooSmall
<
"bigint"
>
;
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
;
when
?:
(
payload
:
ParsePayload
)
=>
boolean
;
check
(
payload
:
ParsePayload
<
bigint
>
)
:
MaybeAsync
<
void
>
;
}
Hierarchy (
View Summary
)
$ZodCheckInternals
<
bigint
>
$ZodCheckBigIntFormatInternals
Index
Properties
def
issc
onattach
when?
Methods
check
Properties
def
def
:
$ZodCheckBigIntFormatDef
issc
issc
:
$ZodIssueTooBig
<
"bigint"
>
|
$ZodIssueTooSmall
<
"bigint"
>
The set of issues this check might throw.
onattach
onattach
:
(
(
schema
:
$ZodType
)
=>
void
)
[]
Optional
when
when
?:
(
payload
:
ParsePayload
)
=>
boolean
Methods
check
check
(
payload
:
ParsePayload
<
bigint
>
)
:
MaybeAsync
<
void
>
Parameters
payload
:
ParsePayload
<
bigint
>
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.