import { AdUnits } from './AdUnits';
/** updateAdUnits */
export interface UpdateAdUnits {
    /** adUnits[] */
    adUnits?: Array<AdUnits>;
}
