This commit is contained in:
2026-08-27 19:59:17 +03:00
parent 139e898e35
commit 435ae2e594
21 changed files with 451 additions and 382 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface Task {
id: string;
name: string;
city: string;
streetAddress: string;
numberPhone: string;
}