This commit is contained in:
2024-03-28 08:22:27 +03:00
parent c9f3d4ee12
commit 806e73bb5a
27 changed files with 432 additions and 92 deletions

View File

@@ -8,5 +8,6 @@ export type DealSummary = {
client_name: string;
changed_at: string;
status: number;
total_price: number;
};