import type * as Vital from "../index.js"; export interface ClientFacingUvExposureChanged { eventType: Vital.ClientFacingUvExposureChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedUvExposure; }