import type * as Vital from "../index.js"; export interface ClientFacingWheelchairPushChanged { eventType: Vital.ClientFacingWheelchairPushChangedEventType; userId: string; clientUserId: string; teamId: string; data: Vital.GroupedWheelchairPush; }