source: jobvista-frontend/src/enumerations/EmploymentStatus.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: 75 bytes
Line 
1export default {
2 FULL_TIME: 'Full-time',
3 PART_TIME: 'Part-time',
4};
Note: See TracBrowser for help on using the repository browser.