feat: Add support for sendgrid and logger notification providers (#7290)
* feat: Add support for sendgrid and logger notification providers * fix: changes based on PR review
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from "./local"
|
||||
export * from "./logger"
|
||||
export * from "./sendgrid"
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
export interface SendgridNotificationServiceOptions {
|
||||
api_key: string
|
||||
from: string
|
||||
}
|
||||
Reference in New Issue
Block a user