UNPKG

@dmgt/google-ad-manager-api

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