@nebius/js-sdk - v0.1.4
Services Index
GitHub
Preparing search index...
runtime/protos/enum
EnumInstance
Type Alias EnumInstance<TName>
type
EnumInstance
<
TName
extends
string
=
string
>
=
{
"[custom]"
?:
()
=>
string
;
"[customJson]"
?:
()
=>
unknown
;
"[ENUM_VALUE_META]"
?:
EnumValueMeta
;
code
:
number
;
name
:
TName
;
toNumber
()
:
number
;
toString
()
:
string
;
}
Type Parameters
TName
extends
string
=
string
Index
Properties
[custom]?
[custom
Json]?
[
ENUM_
VALUE_
META]?
code
name
Methods
to
Number
to
String
Properties
Optional
[custom]
"[custom]"
?:
()
=>
string
Optional
[custom
Json]
"[customJson]"
?:
()
=>
unknown
Optional
Readonly
[
ENUM_
VALUE_
META]
"[ENUM_VALUE_META]"
?:
EnumValueMeta
Readonly
code
code
:
number
Readonly
name
name
:
TName
Methods
to
Number
toNumber
()
:
number
Returns
number
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[custom]
[custom
Json]
[
ENUM_
VALUE_
META]
code
name
Methods
to
Number
to
String
Services Index
Services Index
GitHub
@nebius/js-sdk - v0.1.4
Loading...