UNPKG

melosys-kodeverk

Version:

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

20 lines (19 loc) 308 B
'use strict'; /** * Kodeverk/vedtakstyper * @module */ var vedtakstyper = [{ kode: 'FØRSTEGANGSVEDTAK', term: null }, { kode: 'KORRIGERT_VEDTAK', term: null }, { kode: 'OMGJØRINGSVEDTAK', term: null }, { kode: 'ENDRINGSVEDTAK', term: null }]; module.exports.vedtakstyper = vedtakstyper;