import { IFeature, IFeatureOrganization } from '@metad/contracts'; import { TenantOrganizationBaseEntity } from '../core/entities/internal'; export declare class FeatureOrganization extends TenantOrganizationBaseEntity implements IFeatureOrganization { isEnabled: boolean; /** * Feature */ feature: IFeature; readonly featureId: string; }