/**
 * This file was generated by st-open-api
 */
export interface IOrderIndividualBatchResponse {
    result: Array<any>;
}
