/var/www/greso.tech/server/nsm/responseModels/email_template
NameSizeModeActions
emailTemplate.model.js3020644editdlrm
emailTemplateList.model.js4670644editdlrm
Edit: /var/www/greso.tech/server/nsm/responseModels/email_template/emailTemplate.model.js (302B)
module.exports = class EmailTemplateModel { constructor({ id, companyId, rootTemplateId, name, subject, body }) { this.id = id || '' this.companyId = companyId || '' this.rootTemplateId = rootTemplateId || '' this.name = name || '' this.subject = subject || '' this.body = body || '' } }