mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
460 B
460 B
GetAllMediaLibraryActiveDirection
The direction of the sort. Can be either asc or desc.
Example Usage
import { GetAllMediaLibraryActiveDirection } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetAllMediaLibraryActiveDirection =
GetAllMediaLibraryActiveDirection.Ascending;
Values
| Name | Value |
|---|---|
Ascending |
asc |
Descending |
desc |