Type Alias NotificationsAPI

type NotificationsAPI = {
    clearCache: typeof clearCache;
    getNotifications: typeof getNotifications;
}
Index

Properties

clearCache: typeof clearCache

Clears the cache for notifications api requests.

getNotifications: typeof getNotifications

List all supported notifications

an object with query parameters

GetNotificationsHttpError