import { BaseObject } from './baseObject';
export interface CustomTargetingValueAction extends BaseObject {
}
