export interface ErxCheckAllergyInteractionsParams {
    patientId: string;
}
