@empathyco/x-components
Version:
Empathy X Components
59 lines (27 loc) • 714 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [Stats](./x-types.stats.md)
## Stats interface
Statistics for the current search results.
Price - interval of the prices of the results.
**Signature:**
```typescript
export interface Stats
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[price](./x-types.stats.price.md)
</td><td>
</td><td>
{ min: number \| undefined; max: number \| undefined; }
</td><td>
</td></tr>
</tbody></table>