@rendley/sdk - v1.12.6
Preparing search index...
Zod
coerce
Variable coerce
Const
coerce
:
{
bigint
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodBigInt
;
boolean
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodBoolean
;
date
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodDate
;
number
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodNumber
;
string
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
true
}
,
)
=>
Zod
.
ZodString
;
}
Type Declaration
bigint
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodBigInt
boolean
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodBoolean
date
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodDate
number
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
boolean
}
,
)
=>
Zod
.
ZodNumber
string
:
(
params
?:
{
description
?:
string
;
errorMap
?:
Zod
.
ZodErrorMap
;
invalid_type_error
?:
string
;
required_error
?:
string
;
}
&
{
coerce
?:
true
}
,
)
=>
Zod
.
ZodString
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@rendley/sdk - v1.12.6
Loading...