@empathyco/x-components
Version:
Empathy X Components
97 lines (43 loc) • 1.03 kB
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [UserInfo](./x-types.userinfo.md)
## UserInfo interface
The representation of the user.
**Signature:**
```typescript
export interface UserInfo
```
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[session](./x-types.userinfo.session.md)
</td><td>
</td><td>
string
</td><td>
A unique token that represents a search session.
</td></tr>
<tr><td>
[user](./x-types.userinfo.user.md)
</td><td>
</td><td>
string
</td><td>
A unique token that represents the user over a long period of time.
</td></tr>
<tr><td>
[userType](./x-types.userinfo.usertype.md)
</td><td>
</td><td>
string
</td><td>
Whether the user is new or recurrent.
</td></tr>
</tbody></table>