mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
934 B
934 B
User
The user playing the content
Example Usage
import { User } from "@lukehagar/plexjs/models/shared";
let value: User = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
title |
string | ➖ | The username |
id |
string | ➖ | The id of the user |
thumb |
string | ➖ | Thumb image to display for the user |