diff --git a/packages/features/flags/features.repository.ts b/packages/features/flags/features.repository.ts index 2cca3aa4ba..651b979a24 100644 --- a/packages/features/flags/features.repository.ts +++ b/packages/features/flags/features.repository.ts @@ -14,6 +14,8 @@ interface CacheOptions { * Repository class for managing feature flags and feature access control. * Implements the IFeaturesRepository interface to provide feature flag functionality * for users, teams, and global application features. + * + * @deprecated */ export class FeaturesRepository implements IFeaturesRepository { // eslint-disable-next-line @typescript-eslint/no-explicit-any