import type * as Vital from "../index.js"; export interface AppointmentAvailabilitySlots { slots: Vital.DaySlots[]; timezone?: string; }