UNPKG

@dmgt/google-ad-manager-api

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