/**
 * This file was generated by st-open-api
 */
import { IOrderGetResponse } from './i-order-get-response';
export interface IOrderGetInfoResponse {
    result: IOrderGetResponse;
}
