UNPKG

diffusion

Version:

Diffusion JavaScript client

10 lines (7 loc) 215 B
function FetchTopicResult(path, type, value, propertiesIndex) { this.path = path; this.type = type; this.value = value; this.propertiesIndex = propertiesIndex; } module.exports = FetchTopicResult;