import { AdSpots } from './AdSpots';
/** updateAdSpots */
export interface UpdateAdSpots {
    /** adSpots[] */
    adSpots?: Array<AdSpots>;
}
