UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 145 B
export interface ErxV1CancelPrescriptionParams { /** * A photon id of the prescription to cancel. */ prescriptionId: string; }