База
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface Task {
|
||||
id: string;
|
||||
name: string;
|
||||
city: string;
|
||||
streetAddress: string;
|
||||
numberPhone: string;
|
||||
}
|
||||
Reference in New Issue
Block a user