Files
plexjs/docs/models/operations/getplaylistgeneratorscope.md

594 B

GetPlaylistGeneratorScope

Example Usage

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>