mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 10:42:00 +08:00

* feat: added usefeatureflags hook and relevant code * chore: resolved lint issues * chore: applied translations * feat: added signup for sso
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
// keep this consistent with backend constants.go
|
|
export enum FeatureKeys {
|
|
SSO = 'SSO',
|
|
ENTERPRISE_PLAN = 'ENTERPRISE_PLAN',
|
|
BASIC_PLAN = 'BASIC_PLAN',
|
|
}
|