import type * as Vital from "../index.js"; export interface ClientFacingBloodPressureChanged { eventType: Vital.ClientFacingBloodPressureChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedBloodPressure; }