template-for-typescript-projects
    Preparing search index...

    Sends alerts to an external transport or delivery mechanism.

    interface AlertSender {
        send(alert: Alert): Promise<void>;
    }

    Implemented by

    Index

    Methods

    Methods