import { CustomTargetingKeyAction } from './CustomTargetingKeyAction';
import { FilterStatement } from './FilterStatement';
/** performCustomTargetingKeyAction */
export interface PerformCustomTargetingKeyAction {
    /** customTargetingKeyAction */
    customTargetingKeyAction?: CustomTargetingKeyAction;
    /** filterStatement */
    filterStatement?: FilterStatement;
}
