@traversable/schema
Preparing search index...
@traversable/valibot-types
V
Enum
Interface Enum<N>
interface
Enum
<
N
=
unknown
>
{
enum
:
{
[
x
:
string
]:
N
}
;
options
:
readonly
N
[]
;
type
:
"enum"
;
}
Type Parameters
N
=
unknown
Index
Properties
enum
options
type
Properties
enum
enum
:
{
[
x
:
string
]:
N
}
options
options
:
readonly
N
[]
type
type
:
"enum"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
enum
options
type
@traversable/schema
Loading...