From ff5d4dbf033381dc6ff8a40081d4de1d7dc626f1 Mon Sep 17 00:00:00 2001 From: JJ-Cro Date: Fri, 6 Jun 2025 13:35:34 +0200 Subject: [PATCH] chore(): update comment --- src/types/websockets/ws-events.ts | 3 +++ 1 file changed, 3 insertions(+) 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;