export interface ErxV2MedicationSearchParams {
    name?: string;
    code?: string;
}
