export interface IFeatureEntitlement { feature_id: string; entitled: boolean; }