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