class AttachmentMeta { /** @type {string} */ attachmentId; /** @type {string} */ title; /** @type {string} */ role; /** @type {string} */ mime; /** @type {string} */ dataFileName; } module.exports = AttachmentMeta;