UNPKG

kucoin-api

Version:

Complete & robust Node.js SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.

6 lines (5 loc) 118 B
export interface WsDataEvent<TData = any, TWSKey = string> { data: TData; table: string; wsKey: TWSKey; }