UNPKG

@dmgt/google-ad-manager-api

Version:
11 lines (9 loc) 364 B
import { CustomTargetingKeyAction } from './CustomTargetingKeyAction' import { FilterStatement } from './FilterStatement' /** performCustomTargetingKeyAction */ export interface PerformCustomTargetingKeyAction { /** customTargetingKeyAction */ customTargetingKeyAction?: CustomTargetingKeyAction /** filterStatement */ filterStatement?: FilterStatement }