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