mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 04:20:52 +00:00
19 lines
934 B
Markdown
19 lines
934 B
Markdown
# User
|
|
|
|
The user playing the content
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { User } from "@lukehagar/plexjs/models/shared";
|
|
|
|
let value: User = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
|
|
| `title` | *string* | :heavy_minus_sign: | The username |
|
|
| `id` | *string* | :heavy_minus_sign: | The id of the user |
|
|
| `thumb` | *string* | :heavy_minus_sign: | Thumb image to display for the user | |