mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed JSDoc comments for bulk emailer
no-issue
This commit is contained in:
parent
a527a08cb0
commit
0689ae9657
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue