This commit is contained in:
parent
3e3fb870fd
commit
b51fe632de
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -167,6 +167,9 @@ declare global {
|
||||
* @param options email options map
|
||||
*/
|
||||
sendMail(options: {
|
||||
host?: string
|
||||
username?: string
|
||||
password?: string
|
||||
to: string | string[]
|
||||
cc?: string | string[]
|
||||
bcc?: string | string[]
|
||||
|
Loading…
Reference in New Issue
Block a user