export interface ErxSearchMedicationsParams {
    name: string;
}
