/**
 * This file was generated by st-open-api
 */
import { IErrorOrderErrorNotFound } from './interface/i-error-order-error-not-found';
export interface IOrderErrorNotFound {
    error: IErrorOrderErrorNotFound;
}
