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
@@ -8,4 +8,4 @@ export interface MeetingResult {
requiredAttendees: string[];
optionalAttendees: string[];
error: string;
}
}