hook packages

This commit is contained in:
2021-08-19 14:29:24 +02:00
parent c600d6baf7
commit 80249666f6

2
index.d.ts vendored
View File

@@ -137,7 +137,7 @@ interface MailPackage {
*
* @param options email options map
*/
mail(options: {
send(options: {
to: string | string[]
cc?: string | string[]
bcc?: string | string[]