Files
plexjs/docs/sdk/models/operations/scope.md
2024-09-08 03:06:14 +00:00

17 lines
261 B
Markdown

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