9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
export default {
|
|
architecture: 'Architecture',
|
|
npm: 'NPM',
|
|
deployment: 'Deployment',
|
|
telemetry: 'Telemetry',
|
|
'integration-tests': 'Integration Tests',
|
|
'issue-and-pr-automation': 'Issue and PR Automation',
|
|
};
|