Beignet API reference
Preparing search index...
@beignet/core
notifications
NotificationDeliveryJobPayload
Interface NotificationDeliveryJobPayload
Payload carried by the first-party notification delivery job.
interface
NotificationDeliveryJobPayload
{
channel
:
string
;
notificationName
:
string
;
options
:
Omit
<
SendNotificationOptions
,
"channels"
>
;
payload
:
unknown
;
}
Index
Properties
channel
notification
Name
options
payload
Properties
channel
channel
:
string
notification
Name
notificationName
:
string
options
options
:
Omit
<
SendNotificationOptions
,
"channels"
>
payload
payload
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
notification
Name
options
payload
Beignet API reference
Loading...
Payload carried by the first-party notification delivery job.