export interface ErxSyncPatientParams {
    patientId: string;
}
