UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 312 B
import { PlacementAction } from './PlacementAction'; import { FilterStatement } from './FilterStatement'; /** performPlacementAction */ export interface PerformPlacementAction { /** placementAction */ placementAction?: PlacementAction; /** filterStatement */ filterStatement?: FilterStatement; }