mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
18 lines
303 B
Markdown
18 lines
303 B
Markdown
# Home
|
|
|
|
Indicates if the user is part of a home group.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Home } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: Home = Home.Enable;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| --------- | --------- |
|
|
| `Disable` | 0 |
|
|
| `Enable` | 1 | |