UNPKG

mailosaur

Version:

The Mailosaur Node library lets you integrate email and SMS testing into your continuous integration process.

11 lines (9 loc) 246 B
class EmailAuthenticationResult { constructor(data = {}) { this.result = data.result; this.description = data.description; this.rawValue = data.rawValue; this.tags = data.tags; } } module.exports = EmailAuthenticationResult;