UNPKG

diffusion

Version:

Diffusion JavaScript client

6 lines (5 loc) 138 B
module.exports = function UpdateSourceSetRequest(cid, path, bytes) { this.cid = cid; this.path = path; this.bytes = bytes; };