This commit is contained in:
Joyce
2026-02-06 08:36:40 -05:00
parent b1b92b445b
commit 8ea2987e3e
6 changed files with 271 additions and 220 deletions

View File

@@ -11,6 +11,7 @@ export interface Participant {
export interface TimeSlot {
day: string;
hour: number;
minute: number;
start_time: string;
availability: 'full' | 'partial' | 'none';
availableParticipants: string[];