This commit is contained in:
2026-07-09 09:08:39 +03:00
parent d09b6145d2
commit d517162081
7 changed files with 228 additions and 69 deletions
+1 -1
View File
@@ -100,4 +100,4 @@ export interface MeetingResult {
requiredAttendees: string[];
optionalAttendees: string[];
error: string;
}
}