<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [UserInfo](./x-types.userinfo.md)

## UserInfo interface

The representation of the user.

**Signature:**

```typescript
export interface UserInfo 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [session](./x-types.userinfo.session.md) |  | string | A unique token that represents a search session. |
|  [user](./x-types.userinfo.user.md) |  | string | A unique token that represents the user over a long period of time. |
|  [userType](./x-types.userinfo.usertype.md) |  | string | Whether the user is new or recurrent. |

