UNPKG

system-dashboard-frontend

Version:
18 lines (15 loc) 256 B
export class NetworkInterface { constructor(json) { Object.assign(this, json); } } export class Named { constructor(json) { Object.assign(this, json); } } export class Fail2Ban { constructor(json) { Object.assign(this, json); } }