import type * as Vital from "../index.js"; export interface DaySlots { location?: Vital.AppointmentLocation; date: string; slots: Vital.TimeSlot[]; }