import { AudienceSegmentAction } from './audienceSegmentAction';
export interface RejectAudienceSegments extends AudienceSegmentAction {
}
