Files
plexjs/docs/models/queryparamtype.md

306 B

QueryParamType

type of playlist to create

Example Usage

import { QueryParamType } from "@lukehagar/plexjs";

let value: QueryParamType = QueryParamType.Audio;

Values

Name Value
Audio audio
Video video
Photo photo