UNPKG

@sirenapp/js-sdk

Version:

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

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