export interface ErxV1MedicationSearchParams {
    name?: string;
    code?: string;
    after?: string;
    first?: number;
}
