import { AdSpots } from './AdSpots'

/** updateAdSpotsResponse */
export interface UpdateAdSpotsResponse {
  /** rval[] */
  rval?: Array<AdSpots>
}
