UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (7 loc) 149 B
// AUTOGENERATED -- DO NOT EDIT export interface ErxV1CancelOrderParams { /** * A photon id of the order to cancel. */ orderId: string; }