/**
 * Cancelled prescription
 */
export interface ErxV1CancelPrescriptionResponse {
    prescriptionId: string;
}
