UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 305 B
import { CreativeAction } from './CreativeAction'; import { FilterStatement } from './FilterStatement'; /** performCreativeAction */ export interface PerformCreativeAction { /** creativeAction */ creativeAction?: CreativeAction; /** filterStatement */ filterStatement?: FilterStatement; }