@quack-protocol/sdk - v0.1.0
GitHub
npm
Preparing search index...
index
EnumTypeInfo
Interface EnumTypeInfo
ENUM value metadata.
interface
EnumTypeInfo
{
alias
?:
string
;
type
:
ENUM
;
values
:
string
[]
;
}
Hierarchy
BaseExtraTypeInfo
EnumTypeInfo
Index
Properties
alias?
type
values
Properties
Optional
alias
alias
?:
string
type
type
:
ENUM
values
values
:
string
[]
Ordered enum values.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
type
values
GitHub
npm
@quack-protocol/sdk - v0.1.0
Loading...
ENUM value metadata.