mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-28 18:40:27 +01:00
initital commit
This commit is contained in:
15
contracts/mail.ts
Normal file
15
contracts/mail.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Contract source: https://git.io/JvgAT
|
||||
*
|
||||
* Feel free to let us know via PR, if you find something broken in this contract
|
||||
* file.
|
||||
*/
|
||||
|
||||
declare module '@ioc:Adonis/Addons/Mail' {
|
||||
import { MailDrivers } from '@ioc:Adonis/Addons/Mail'
|
||||
|
||||
interface MailersList {
|
||||
smtp: MailDrivers['smtp'],
|
||||
mailgun: MailDrivers['mailgun'],
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user