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