/var/www/greso.tech/server/nsm/responseModels/document
NameSizeModeActions
document.model.js4070644editdlrm
documentList.model.js5140644editdlrm
Edit: /var/www/greso.tech/server/nsm/responseModels/document/document.model.js (407B)
module.exports = class ProviderModel { constructor({ id, companyId, providerId, emailTemplateId, rootDocumentId, name, key, objects }) { this.id = id || '' this.companyId = companyId || '' this.providerId = providerId || '' this.emailTemplateId = emailTemplateId || '' this.rootDocumentId = rootDocumentId || '' this.name = name || '' this.key = key || '' this.objects = objects || '' } }