mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Fixed JSDoc comments for bulk emailer
no-issue
This commit is contained in:
parent
a527a08cb0
commit
0689ae9657
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user