@xoxno/types 1.0.324 → 1.0.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -153,7 +153,7 @@ export declare class UserHistoricalOrderResponse extends UserHistoricalOrderEven
|
|
|
153
153
|
orderHistory: UserHistoricalOrder[];
|
|
154
154
|
}
|
|
155
155
|
export declare class AllMidsResponse extends AllMidsEvent {
|
|
156
|
-
allMids: Record<string,
|
|
156
|
+
allMids: Record<string, number>;
|
|
157
157
|
}
|
|
158
158
|
export declare class PerpResponse {
|
|
159
159
|
event: L2BookPerpResponse | TradesPerpResponse | ActiveSpotAssetPerpResponse | ActiveAssetPerpResponse | ActiveSpotAssetsPerpResponse | ActiveAssetsPerpResponse | WebData3PerpResponse | SpotStatePerpResponse | UserOpenOrderResponse | UserFilledOrderResponse | UserHistoricalOrderResponse | AllMidsResponse;
|