# AllLibraries Indicates if the user has access to all libraries. ## Example Usage ```typescript import { AllLibraries } from "@lukehagar/plexjs/sdk/models/operations"; let value: AllLibraries = AllLibraries.Enable; ``` ## Values | Name | Value | | --------- | --------- | | `Disable` | 0 | | `Enable` | 1 |