UNPKG

@sirenapp/js-sdk

Version:

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

4 lines (3 loc) 262 B
import type { MarkAsViewedResponse } from '../types'; declare const markNotificationsAsViewed: (token: string, inAppRecipientId: string, data: Record<string, string | boolean | number>) => Promise<MarkAsViewedResponse>; export default markNotificationsAsViewed;