// AUTOGENERATED -- DO NOT EDIT

export interface ErxV1CancelPrescriptionParams {
  /**
   * A photon id of the prescription to cancel.
   */
  prescriptionId: string;
}
