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