UNPKG

system-dashboard-frontend

Version:
6 lines (5 loc) 82 B
export class Machine { constructor(json) { Object.assign(this, json); } }