import type * as Vital from "../index.js"; export interface ClientFacingSleepApneaAlertChanged { eventType: Vital.ClientFacingSleepApneaAlertChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedSleepApneaAlert; }