UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 94 B
/** * Cancelled order */ export interface ErxV1CancelOrderResponse { orderId: string; }