UNPKG

kodewerk

Version:

Dictionary of kode/term objects for use with associated melosys projects

17 lines (16 loc) 332 B
/** * Kodeverk/ikkeSkip * ref: https://confluence.adeo.no/display/TEESSI/Kodeverk+i+Melosys * @module */ const ikkeSkip = [ { 'kode': 'IKKE_EGET_FREMDRIFT', 'term': 'Ikke eget fremdrift' }, { 'kode': 'IKKE_ORDINAERT_SKIPSFART', 'term': 'Ikke ordinært skipsfart' } ]; module.exports.ikkeSkip = ikkeSkip;