import { PremiumFeature } from './premiumFeature';
export interface UserDomainPremiumFeature extends PremiumFeature {
}
