UNPKG

diffusion

Version:

Diffusion JavaScript client

6 lines (5 loc) 143 B
module.exports = function UpdateSourceStateRequest(cid, old, current) { this.cid = cid; this.old = old; this.current = current; };