crap
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
export type DealSummary = {
|
||||
id: number;
|
||||
name: string;
|
||||
client_name: string;
|
||||
changed_at: string;
|
||||
clientName: string;
|
||||
changedAt: string;
|
||||
status: number;
|
||||
total_price: number;
|
||||
totalPrice: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user