KC's Workspace
Github
Preparing search index...
@kcws/actkits
z
set
Function set
set
<
Value
extends
z
.
core
.
SomeType
>
(
valueType
:
Value
,
params
?:
|
string
|
{
error
?:
string
|
$ZodErrorMap
<
$ZodIssueInvalidType
<
unknown
>
>
;
message
?:
string
;
}
,
)
:
z
.
ZodSet
<
Value
>
Type Parameters
Value
extends
z
.
core
.
SomeType
Parameters
valueType
:
Value
Optional
params
:
|
string
|
{
error
?:
string
|
$ZodErrorMap
<
$ZodIssueInvalidType
<
unknown
>
>
;
message
?:
string
;
}
string
{
error
?:
string
|
$ZodErrorMap
<
$ZodIssueInvalidType
<
unknown
>
>
;
message
?:
string
;
}
Optional
error
?:
string
|
$ZodErrorMap
<
$ZodIssueInvalidType
<
unknown
>
>
Optional
message
?:
string
Deprecated
This parameter is deprecated. Use
error
instead.
Returns
z
.
ZodSet
<
Value
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
Github
KC's Workspace
Loading...
Deprecated
This parameter is deprecated. Use
errorinstead.