UNPKG

@oystehr/sdk

Version:

Oystehr SDK

7 lines (6 loc) 124 B
export interface ErxV1CancelOrderParams { /** * A photon id of the order to cancel. */ orderId: string; }