export interface FreeSlot { date: string; start: string; end: string; durationMinutes: number; }