UNPKG

@replyke/express

Version:

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

8 lines (7 loc) 175 B
export interface IProjectWebhooks { userCreated: string; userUpdated: string; entityCreated: string; entityUpdated: string; notificationCreated: string; }