Files
plexjs/docs/models/libtype.md

309 B

Libtype

The type of library to filter. Can be "movie" or "show", or all if not present.

Example Usage

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

let value: Libtype = Libtype.Show;

Values

Name Value
Movie movie
Show show