@nospamproxy/core
    Preparing search index...

    The service to fetch notifications.

    interface INotificationService {
        getNotifications(forceUpdate?: boolean): Promise<NotificationModel[]>;
        getNotificationsCount(forceUpdate?: boolean): Promise<number>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Parameters

      • forceUpdate: boolean = false

      Returns Promise<number>