export interface ErxSearchPharmaciesParams {
    name?: string;
    address?: string;
    city?: string;
    state?: string;
    zipCode?: string;
    phoneOrFax?: string;
    specialty?: string;
    ncpdpId?: string;
    pageNumber?: string;
}
