source: jobvista-frontend/src/enumerations/JobType.js

main
Last change on this file was 19398ad, checked in by 223021 <daniel.ilievski.2@…>, 7 weeks ago

Implemented backend and frontend CRUD operations for job advertisements

  • Property mode set to 100644
File size: 65 bytes
Line 
1export default {
2 JOB: 'JOB',
3 INTERNSHIP: 'INTERNSHIP',
4};
Note: See TracBrowser for help on using the repository browser.