notification-service
    Preparing search index...
    interface NotificationSender {
        send(notification: Notification): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods