UNPKG

test_notification

Version:

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

4 lines (3 loc) 228 B
import type { NotificationDataResponse } from '../types'; declare const markAsReadById: (token: string, inAppRecipientId: string, inAppNotificationId: string) => Promise<NotificationDataResponse>; export default markAsReadById;