import { Medication } from '@icure/be-fhc-lite-api';
export type ReimbursementType = null | Medication.InstructionsForReimbursementEnum;
