@empathyco/x-components
Version:
Empathy X Components
57 lines (26 loc) • 913 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) > [PlatformIdentifierResultsResponse](./x-adapter-platform.platformidentifierresultsresponse.md)
## PlatformIdentifierResultsResponse interface
Response for the `identifier results` endpoint.
**Signature:**
```typescript
export interface PlatformIdentifierResultsResponse
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[catalog](./x-adapter-platform.platformidentifierresultsresponse.catalog.md)
</td><td>
</td><td>
{ content: [PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]; tagging: { query: string; }; }
</td><td>
</td></tr>
</tbody></table>