import { Rval1 } from './Rval1'

/** performSegmentPopulationActionResponse */
export interface PerformSegmentPopulationActionResponse {
  /** rval */
  rval?: Rval1
}
