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