UNPKG

melosys-kodeverk

Version:

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

15 lines (13 loc) 270 B
'use strict'; /** * Kodeverk/utfallregistreringunntak * @module */ var utfallregistreringunntak = [{ kode: 'GODKJENT', term: 'Godkjenn' }, { kode: 'IKKE_GODKJENT', term: 'Ikke godkjenn' }]; module.exports.utfallregistreringunntak = utfallregistreringunntak;