@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
11 lines (9 loc) • 364 B
text/typescript
import { CustomTargetingKeyAction } from './CustomTargetingKeyAction'
import { FilterStatement } from './FilterStatement'
/** performCustomTargetingKeyAction */
export interface PerformCustomTargetingKeyAction {
/** customTargetingKeyAction */
customTargetingKeyAction?: CustomTargetingKeyAction
/** filterStatement */
filterStatement?: FilterStatement
}