This commit is contained in:
2024-04-24 01:21:02 +03:00
parent 862f3fa3c1
commit c4e106576e
13 changed files with 205 additions and 86 deletions

View File

@@ -9,5 +9,6 @@ export type DealSummary = {
changedAt: string;
status: number;
totalPrice: number;
rank: number;
};