import { AdUnits } from './AdUnits'

/** updateAdUnitsResponse */
export interface UpdateAdUnitsResponse {
  /** rval[] */
  rval?: Array<AdUnits>
}
