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