@replyke/core
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
4 lines (3 loc) • 338 B
TypeScript
import { NotificationTemplates, PotentiallyPopulatedUnifiedAppNotification } from "../interfaces/models/AppNotification";
declare const _default: (notifications: PotentiallyPopulatedUnifiedAppNotification[], notificationTemplates?: Partial<NotificationTemplates>) => PotentiallyPopulatedUnifiedAppNotification[];
export default _default;