# AllowSync Indicates if the user is allowed to sync media. ## Example Usage ```typescript import { AllowSync } from "@lukehagar/plexjs/sdk/models/operations"; let value: AllowSync = AllowSync.Enable; ``` ## Values | Name | Value | | --------- | --------- | | `Disable` | 0 | | `Enable` | 1 |