kodewerk
Version:
Dictionary of kode/term objects for use with associated melosys projects
22 lines (21 loc) • 372 B
JavaScript
/**
* Kodeverk/sakstyper
* ref: https://confluence.adeo.no/display/TEESSI/Kodeverk+i+Melosys
* Dato: 13SEP2018, Marte Okkelmo
* @module
*/
const sakstyper = [
{
kode: 'EU_EOS',
term: 'EU/EØS',
},
{
kode: 'TRYGDEAVTALE',
term: 'Trygdeavtale',
},
{
kode: 'FTRL',
term: 'Folketrygdloven',
},
];
module.exports.sakstyper = sakstyper;