/**
 * This file was generated by st-open-api
 */
import { IErrorOrderErrorConflict } from './interface/i-error-order-error-conflict';
export interface IOrderErrorConflict {
    error: IErrorOrderErrorConflict;
}
