14 lines
363 B
TypeScript
14 lines
363 B
TypeScript
export const CLIENT_TABS = {
|
|
INTEGRATIONS: 'integrations',
|
|
PROFILE: 'account',
|
|
SESSIONS_LISTING: 'sessions-listing',
|
|
MANAGE_USERS: 'team',
|
|
MANAGE_ROLES: 'roles',
|
|
SITES: 'projects',
|
|
CUSTOM_FIELDS: 'metadata',
|
|
WEBHOOKS: 'webhooks',
|
|
NOTIFICATIONS: 'notifications',
|
|
AUDIT: 'audit',
|
|
BILLING: '$_this_url_does_not_exist',
|
|
MODULES: 'modules',
|
|
};
|