UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (7 loc) 170 B
// AUTOGENERATED -- DO NOT EDIT export interface ErxV1CancelPrescriptionParams { /** * A photon id of the prescription to cancel. */ prescriptionId: string; }