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

constants.js « show « issuable « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 346f45c7d900b32af6f145262e7215c137656568 (plain)
1
2
3
4
5
export const IssuableType = {
  Issue: 'issue',
  Incident: 'incident',
  TestCase: 'test_case',
};