UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

13 lines (12 loc) 509 B
/** * This file was generated by st-open-api */ import { IBatchStatusEcotransitBatchStatusResponse } from './interface/i-batch-status-ecotransit-batch-status-response'; import { IItemsEcotransitBatchStatusResponse } from './interface/i-items-ecotransit-batch-status-response'; export interface IEcotransitBatchStatusResponse { batchId: string; batchStatus?: IBatchStatusEcotransitBatchStatusResponse; cursor?: string; items: Array<IItemsEcotransitBatchStatusResponse>; limit?: number; }