UNPKG

melosys-kodeverk

Version:

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

17 lines (16 loc) 258 B
'use strict'; /** * Kodeverk/forespoerseltyper * @module */ var forespoerseltyper = [{ kode: 'PURRING', term: null }, { kode: 'ENDRING', term: null }, { kode: 'FOERSTEGANG', term: null }]; module.exports.forespoerseltyper = forespoerseltyper;