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