UNPKG

@dmgt/google-ad-manager-api

Version:
7 lines (6 loc) 144 B
import { AdSpots } from './AdSpots'; /** updateAdSpots */ export interface UpdateAdSpots { /** adSpots[] */ adSpots?: Array<AdSpots>; }