5 lines
100 B
JavaScript
5 lines
100 B
JavaScript
export const IssuableType = {
|
|
Issue: 'issue',
|
|
Incident: 'incident',
|
|
TestCase: 'test_case',
|
|
};
|