/var/www/greso.tech/server/nsm/responseModels/config
NameSizeModeActions
config.model.js2150644editdlrm
configList.model.js3940644editdlrm
Edit: /var/www/greso.tech/server/nsm/responseModels/config/config.model.js (215B)
module.exports = class ConfigModel { constructor({ id, key, value, comment }) { this.id = id || '' this.key = key || '' this.value = value || '' this.value = value || '' this.comment = comment || '' } }