export interface FeatureStatusCommonModel {
    enabled?: boolean;
    used?: boolean;
}
