/** getSegmentPopulationResultsByIds */
export interface GetSegmentPopulationResultsByIds {
  /** xsd:long */
  batchUploadIds?: Array<number>
}
