UNPKG

botium-core

Version:
8 lines (7 loc) 186 B
module.exports = class BotiumMockAttachment { constructor (fromJson = {}) { this.name = fromJson.name this.mimeType = fromJson.mimeType this.base64 = fromJson.base64 } }