UNPKG

diffusion

Version:

Diffusion JavaScript client

10 lines (7 loc) 213 B
function SetTopicRequest(path, topicType, value, constraint) { this.path = path; this.topicType = topicType; this.value = value; this.constraint = constraint; } module.exports = SetTopicRequest;