mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
19 lines
594 B
Markdown
19 lines
594 B
Markdown
# GetPlaylistGeneratorScope
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetPlaylistGeneratorScope } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: GetPlaylistGeneratorScope = GetPlaylistGeneratorScope.Count;
|
|
```
|
|
|
|
## Values
|
|
|
|
This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.
|
|
|
|
| Name | Value |
|
|
| ---------------------- | ---------------------- |
|
|
| `All` | all |
|
|
| `Count` | count |
|
|
| - | `Unrecognized<string>` | |