UNPKG

diffusion

Version:

Diffusion JavaScript client

7 lines (5 loc) 142 B
function UnsubscriptionNotification(id, reason) { this.id = id; this.reason = reason; } module.exports = UnsubscriptionNotification;