UNPKG
kucoin-universal-sdk
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
0.1.1-alpha
0.1.0-alpha
Official KuCoin Universal SDK.
github.com/Kucoin/kucoin-universal-sdk
Kucoin/kucoin-universal-sdk
kucoin-universal-sdk
/
dist
/
internal
/
infra
/
message_data.d.ts
12 lines
(11 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
type
EventType
=
string
;
/** *
@readonly
*
@enum
{
string
} */
export
const
EventType
:
Readonly
<{
INIT
:
"init"
;
MESSAGE
:
"message"
;
ERROR
:
"error"
;
CLOSED
:
"close"
; }>;