UNPKG

@dmgt/google-ad-manager-api

Version:
8 lines (6 loc) 160 B
import { Placements } from './Placements' /** updatePlacements */ export interface UpdatePlacements { /** placements[] */ placements?: Array<Placements> }