core-utils
Preparing search index...
@clipboard-health/contract-core
optionalEnumWithFallback
Function optionalEnumWithFallback
optionalEnumWithFallback
<
const
V
extends
EnumValues
>
(
values
:
NarrowEnum
<
V
>
,
)
:
ZodEffects
<
ZodOptional
<
ZodEnum
<
[
...
V
[]
,
"UNRECOGNIZED_"
]
>
>
,
[
...
V
[]
,
"UNRECOGNIZED_"
]
[
number
]
|
undefined
,
[
...
V
[]
,
"UNRECOGNIZED_"
]
[
number
]
|
undefined
,
>
Type Parameters
const
V
extends
EnumValues
Parameters
values
:
NarrowEnum
<
V
>
Returns
ZodEffects
<
ZodOptional
<
ZodEnum
<
[
...
V
[]
,
"UNRECOGNIZED_"
]
>
>
,
[
...
V
[]
,
"UNRECOGNIZED_"
]
[
number
]
|
undefined
,
[
...
V
[]
,
"UNRECOGNIZED_"
]
[
number
]
|
undefined
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
core-utils
Loading...