This commit is contained in:
2023-09-15 16:57:50 +02:00
parent aebb8b90a4
commit 018e59a492
2 changed files with 33 additions and 34 deletions

View File

@@ -12,7 +12,6 @@ export type MarketOrderHistory = {
volume: number;
}
export type MarketResult = {
type: MarketType,
q1: number,