mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 20:47:47 +00:00
588 B
588 B
DefaultDirection
This default diction of this sort
Example Usage
import { DefaultDirection } from "@lukehagar/plexjs/models/shared";
let value: DefaultDirection = DefaultDirection.Desc;
Values
This is an open enum. Unrecognized values will be captured as the Unrecognized<string> branded type.
| Name | Value |
|---|---|
Asc |
asc |
Desc |
desc |
| - | Unrecognized<string> |