Beignet API reference
Preparing search index...
@beignet/core
notifications
MailNotificationContext
Interface MailNotificationContext
Context shape required by
defineMailNotificationChannel(...)
.
interface
MailNotificationContext
{
ports
:
{
mailer
:
{
send
(
message
:
SendMailOptions
,
)
:
MaybePromise
<
{
id
?:
string
;
provider
?:
string
}
>
;
}
;
}
;
}
Index
Properties
ports
Properties
ports
ports
:
{
mailer
:
{
send
(
message
:
SendMailOptions
,
)
:
MaybePromise
<
{
id
?:
string
;
provider
?:
string
}
>
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ports
Beignet API reference
Loading...
Context shape required by
defineMailNotificationChannel(...).