UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

10 lines 323 B
export class Classification { constructor(id, name, code, arborescence) { this.id = id; this.name = name; this.code = code; this.arborescence = arborescence; } } Classification.emptyClass = new Classification(Number(undefined), '', '', ''); //# sourceMappingURL=classification.js.map