diff --git a/src/types/websockets/ws-events.ts b/src/types/websockets/ws-events.ts index 127f317..6cb8e92 100644 --- a/src/types/websockets/ws-events.ts +++ b/src/types/websockets/ws-events.ts @@ -106,6 +106,9 @@ export type WSTradeEventV5 = WSPublicTopicEventV5< WSTradeV5[] >; +/** + * WSTickerV5 is the data structure for the "linear" ticker channel + * */ export interface WSTickerV5 { symbol: string; tickDirection: string;