This commit is contained in:
2024-04-28 04:55:19 +03:00
parent c4e106576e
commit d0a32b938c
25 changed files with 274 additions and 58 deletions

View File

@@ -7,6 +7,7 @@ export type DealSummary = {
name: string;
clientName: string;
changedAt: string;
deadline: string;
status: number;
totalPrice: number;
rank: number;