feat: deals table
This commit is contained in:
@@ -8,6 +8,7 @@ export type DealSummary = {
|
||||
name: string;
|
||||
clientName: string;
|
||||
changedAt: string;
|
||||
createdAt: string;
|
||||
deadline: string;
|
||||
status: number;
|
||||
totalPrice: number;
|
||||
|
||||
Reference in New Issue
Block a user