UNPKG

diffusion

Version:

Diffusion JavaScript client

9 lines (7 loc) 224 B
function TopicNotificationDescendantEvent(cid, topicPath, type) { this.cid = cid; this.path = topicPath; this.type = type; this.isDescendantEvent = true; } module.exports = TopicNotificationDescendantEvent;