INotifier.send(notification: NotificationMessage): Promise<void>
Dispatches a notification on every requested channel.
notification: NotificationMessage
The notification to send
INotifier.send(notification: NotificationMessage): Promise<void>
Dispatches a notification on every requested channel.
notification: NotificationMessage
The notification to send
import { type INotifier } from "common/src/index.ts";