1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-02-12 16:18:48 +00:00
bramw_baserow/enterprise/web-frontend/modules/baserow_enterprise/features.js
2024-03-15 14:10:47 +00:00

10 lines
208 B
JavaScript

const EnterpriseFeatures = {
RBAC: 'RBAC',
SSO: 'SSO',
TEAMS: 'TEAMS',
SUPPORT: 'SUPPORT',
AUDIT_LOG: 'AUDIT_LOG',
ENTERPRISE_SETTINGS: 'ENTERPRISE_SETTINGS',
}
export default EnterpriseFeatures