mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 15:27:53 +00:00
12 lines
234 B
JavaScript
12 lines
234 B
JavaScript
const EnterpriseFeatures = {
|
|
RBAC: 'RBAC',
|
|
SSO: 'SSO',
|
|
TEAMS: 'TEAMS',
|
|
SUPPORT: 'SUPPORT',
|
|
AUDIT_LOG: 'AUDIT_LOG',
|
|
ENTERPRISE_SETTINGS: 'ENTERPRISE_SETTINGS',
|
|
DATA_SYNC: 'DATA_SYNC',
|
|
}
|
|
|
|
export default EnterpriseFeatures
|