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