Backstage
    Preparing search index...
    interface NotificationTemplateRenderer {
        getHtml?(notification: Notification): Promise<string>;
        getSubject?(notification: Notification): Promise<string>;
        getText?(notification: Notification): Promise<string>;
    }
    Index

    Methods