export interface ErxCancelPrescriptionParams {
    patientId: string;
    medicationRequestId: string;
}
