<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformResult](./x-adapter-platform.platformresult.md)

## PlatformResult interface

Result model for the `platform` API.

**Signature:**

```typescript
export interface PlatformResult 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [\_\_externalId](./x-adapter-platform.platformresult.__externalid.md) |  | string |  |
|  [\_\_id](./x-adapter-platform.platformresult.__id.md) |  | string |  |
|  [\_\_images](./x-adapter-platform.platformresult.__images.md) |  | string\[\] |  |
|  [\_\_name](./x-adapter-platform.platformresult.__name.md) |  | string |  |
|  [\_\_prices](./x-adapter-platform.platformresult.__prices.md) |  | { current: { value: number; }; previous?: { value: number; }; future?: { value: number; }; } |  |
|  [\_\_url](./x-adapter-platform.platformresult.__url.md) |  | string |  |
|  [tagging](./x-adapter-platform.platformresult.tagging.md) |  | [PlatformTagging](./x-adapter-platform.platformtagging.md) |  |

