import { AdUnits } from './AdUnits'; /** createAdUnits */ export interface CreateAdUnits { /** adUnits[] */ adUnits?: Array; }