export interface ErxCheckMedicationInteractionsParams {
    patientId: string;
}
