UNPKG

@empathyco/x-components

Version:
24 lines (15 loc) 774 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [ResultPrice](./x-types.resultprice.md) ## ResultPrice interface The result price. **Signature:** ```typescript export interface ResultPrice ``` ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [futureValue](./x-types.resultprice.futurevalue.md) | | number | Pre-warming price. | | [hasDiscount](./x-types.resultprice.hasdiscount.md) | | boolean | Whether this result has discount. | | [originalValue](./x-types.resultprice.originalvalue.md) | | number | The old value. | | [value](./x-types.resultprice.value.md) | | number | The current value. |