/**
 * This file was generated by st-open-api
 */
export interface IEcotransitBatchPostResponse {
    batchId: string;
    itemIds: Array<string>;
}
