Files
plexjs/docs/sdk/models/operations/home.md

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 |