@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
11 lines (9 loc) • 301 B
text/typescript
import { PlacementAction } from './PlacementAction'
import { FilterStatement } from './FilterStatement'
/** performPlacementAction */
export interface PerformPlacementAction {
/** placementAction */
placementAction?: PlacementAction
/** filterStatement */
filterStatement?: FilterStatement
}