othr
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import {Client} from "./Client.ts";
|
||||
|
||||
export type QuickDeal = {
|
||||
name: string;
|
||||
client: Client
|
||||
comment: string;
|
||||
acceptance_date: string;
|
||||
name: string
|
||||
client_name: string
|
||||
client_address: string
|
||||
comment:string
|
||||
acceptance_date: Date
|
||||
}
|
||||
Reference in New Issue
Block a user