export interface ErxV1SyncPatientParams {
    patientId: string;
}
