UNPKG

kucoin-universal-sdk

Version:
12 lines (11 loc) 193 B
export type EventType = string; /** * @readonly * @enum {string} */ export const EventType: Readonly<{ INIT: "init"; MESSAGE: "message"; ERROR: "error"; CLOSED: "close"; }>;