Documentation / @zerotal/notifications / NotificationChannel
Interface: NotificationChannel
Defined in: notifications/src/types.ts:33
A delivery channel. Every built-in channel implements this, and so does any
channel registered with NotificationManager.extend().
Methods
send()
send(
notifiable,notification):Promise<void>
Defined in: notifications/src/types.ts:34
Parameters
notifiable
Notifiable
notification
NotificationLike
Returns
Promise<void>