UNPKG

@sirenapp/js-sdk

Version:

JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly

4 lines (3 loc) 282 B
import type { FetchNotificationsParamsType, NotificationsApiResponse } from '../types'; declare const fetchAllNotifications: (token: string, inAppRecipientId: string, params?: FetchNotificationsParamsType) => Promise<NotificationsApiResponse>; export default fetchAllNotifications;