/**
 * This file was generated by st-open-api
 */
import { IOrderGetCollectiveResponse } from './i-order-get-collective-response';
export interface IOrderCollectiveGetInfoResponse {
    cursor?: string;
    limit?: number;
    result: IOrderGetCollectiveResponse;
}
