UNPKG

@replyke/core

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

4 lines (3 loc) 278 B
import { NotificationTemplates, UnifiedAppNotification } from "../interfaces/models/AppNotification"; declare const _default: (notifications: UnifiedAppNotification[], notificationTemplates?: Partial<NotificationTemplates>) => UnifiedAppNotification[]; export default _default;