UNPKG

imboard

Version:

Most convenient platform for webpage development.

10 lines (8 loc) 166 B
var ImboardDataVo = function(param) { this.id = null; this.data = null; this.type = null; ParameterBinder.bind(this, param); }; module.exports = ImboardDataVo;