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

constants.js « user_deletion_obstacles « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 256db2ea1ce95cfa0c9543c206a042365659d7fb (plain)
1
2
3
4
5
// Types of obstacles to user deletion
export const OBSTACLE_TYPES = Object.freeze({
  oncallSchedules: 'ONCALL_SCHEDULE',
  escalationPolicies: 'ESCALATION_POLICY',
});