mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00: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',
|
|
}
|