Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/bcs
EnumInputShape
Type Alias EnumInputShape<T>
Enum
Input
Shape
<
T
>
:
{
[
K
in
keyof
T
]
:
{
[
K2
in
K
]
:
T
[
K
]
}
}
[
keyof
T
]
Type Parameters
T
extends
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...