import type * as Vital from "../index.js"; export interface ClientFacingVo2MaxChanged { eventType: Vital.ClientFacingVo2MaxChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedVo2Max; }