mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-12 16:18:48 +00:00
10 lines
208 B
JavaScript
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
|