import { AdSpots } from './AdSpots'; /** createAdSpotsResponse */ export interface CreateAdSpotsResponse { /** rval[] */ rval?: Array; }