# 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 |