import type * as Vital from "../index.js"; export interface ClientFacingDaylightExposureChanged { eventType: Vital.ClientFacingDaylightExposureChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedDaylightExposure; }