@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
11 lines (9 loc) • 343 B
text/typescript
import { CreativeWrapperAction } from './CreativeWrapperAction'
import { FilterStatement } from './FilterStatement'
/** performCreativeWrapperAction */
export interface PerformCreativeWrapperAction {
/** creativeWrapperAction */
creativeWrapperAction?: CreativeWrapperAction
/** filterStatement */
filterStatement?: FilterStatement
}