Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « protected_tags « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d332ba1635fdd3528a11995344a1ece298d8eece (plain)
1
2
3
4
5
6
7
8
9
10
export const ACCESS_LEVELS = {
  CREATE: 'create_access_levels',
};

export const LEVEL_TYPES = {
  ROLE: 'role',
  USER: 'user',
  GROUP: 'group',
  DEPLOY_KEY: 'deploy_key',
};