@empathyco/x-components
Version:
Empathy X Components
22 lines (17 loc) • 579 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-adapter-platform](./x-adapter-platform.md) > [PlatformResult](./x-adapter-platform.platformresult.md) > [\_\_prices](./x-adapter-platform.platformresult.__prices.md)
## PlatformResult.\_\_prices property
**Signature:**
```typescript
__prices: {
current: {
value: number;
};
previous?: {
value: number;
};
future?: {
value: number;
};
};
```