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