export interface ErxV1CancelOrderParams {
    /**
     * A photon id of the order to cancel.
     */
    orderId: string;
}
