(props: Options & TemplateType)
| 30 | } |
| 31 | |
| 32 | static async sendMention(props: Options & TemplateType) { |
| 33 | return NotificationMailer.send({ ...props, ...mentionsTemplate }); |
| 34 | } |
| 35 | static async sendThread(props: Options & TemplateType) { |
| 36 | return NotificationMailer.send({ ...props, ...threadsTemplate }); |
| 37 | } |