@sirenapp/js-sdk
Version:
JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly
9 lines (8 loc) • 602 B
TypeScript
import fetchUnviewedNotificationsCount from './fetchUnviewedNotificationsCount';
import fetchAllNotifications from './fetchAllNotifications';
import markAsReadById from './markAsReadById';
import notificationsBulkUpdates from './notificationsBulkUpdates';
import deleteNotificationById from './deleteNotificationById';
import markNotificationsAsViewed from './markNotificationsAsViewed';
import verifyToken from './verifyToken';
export { fetchUnviewedNotificationsCount, fetchAllNotifications, markAsReadById, notificationsBulkUpdates, deleteNotificationById, markNotificationsAsViewed, verifyToken };