// AUTOGENERATED -- DO NOT EDIT

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