fix(v4.0.1, #425): fix WSOrderbookEventV5 type definition. Bump dependencies.
This commit is contained in:
@@ -81,7 +81,7 @@ export interface WSOrderbookV5 {
|
||||
export type WSOrderbookEventV5 = WSPublicTopicEventV5<
|
||||
string,
|
||||
'delta' | 'snapshot',
|
||||
WSOrderbookV5[]
|
||||
WSOrderbookV5
|
||||
>;
|
||||
|
||||
export interface WSPositionV5 {
|
||||
|
||||
Reference in New Issue
Block a user