chore(): update comment

This commit is contained in:
JJ-Cro
2025-06-06 13:35:34 +02:00
parent e369f2279a
commit ff5d4dbf03

View File

@@ -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;