UNPKG

@dmgt/google-ad-manager-api

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