UNPKG

@dmgt/google-ad-manager-api

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