UNPKG

@replyke/express

Version:

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

4 lines (3 loc) 243 B
import { Request as ExReq, Response as ExRes } from "express"; import { NotificationParams } from "../interfaces/IAppNotification"; export default function createNotification(req: ExReq, res: ExRes, params: NotificationParams): Promise<void>;