# Scope `all` - This is the only supported `scope` parameter. ## Example Usage ```typescript import { Scope } from "@lukehagar/plexjs/sdk/models/operations"; let value: Scope = Scope.All; ``` ## Values | Name | Value | | ----- | ----- | | `All` | all |