export interface IIuguSubscriptionFeature {
    name: string;
    value: number;
}
