Impersination backend
This commit is contained in:
6
client/src/app/model/interface/customer.interface.ts
Normal file
6
client/src/app/model/interface/customer.interface.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface ICustomer {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: string;
|
||||
updatetAt: String;
|
||||
}
|
||||
Reference in New Issue
Block a user