UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

8 lines 293 B
export class ActivePrinciple { constructor(id, totalQuantityValueUnitId, totalQuantityValue) { this.id = id; this.totalQuantityValueUnitId = totalQuantityValueUnitId; this.totalQuantityValue = totalQuantityValue; } } //# sourceMappingURL=active-principle.js.map