UNPKG

@replyke/express

Version:

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

5 lines (4 loc) 266 B
import { Request as ExReq, Response as ExRes } from "express"; import { NotificationParams } from "../../interfaces/IAppNotification"; declare const _default: (req: ExReq, _: ExRes, newNotificationData: NotificationParams) => Promise<void>; export default _default;