UNPKG

@vidal-community/vidal-web-components

Version:

Vidal Web Components

10 lines 266 B
export class DrugResult { constructor(id, label, price, refundRate, vmp) { this.id = id; this.label = label; this.price = price; this.refundRate = refundRate; this.vmp = vmp; } } //# sourceMappingURL=drug-result.js.map