/**
 * Cancelled order
 */
export interface ErxV1CancelOrderResponse {
    orderId: string;
}
