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