This commit is contained in:
2026-07-09 09:41:53 +03:00
parent 66b1fa0ecc
commit bafe299249
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ export interface Person {
phones: Record<string, string>;
address: string;
directReports: Array<{ name: string; email: string }>;
}
}