othr
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
export type Client = {
|
||||
id?: number;
|
||||
name: string;
|
||||
address: string;
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,5 +1,4 @@
|
||||
export type Client = {
|
||||
id?: number;
|
||||
name: string;
|
||||
address: string;
|
||||
}
|
||||