Fixed JSDoc comments for bulk emailer

no-issue
This commit is contained in:
Fabien O'Carroll 2019-11-04 17:24:02 +07:00
parent a527a08cb0
commit 0689ae9657

View File

@ -3,12 +3,12 @@ const mailService = require('../mail');
const ghostMailer = new mailService.GhostMailer();
const common = require('../../lib/common');
/*
/**
* An email address
* @typedef { string } EmailAddress
*/
/*
/**
* An object representing an email to send
* @typedef { Object } Email
* @property { string } html - The html content of the email