Files
plexjs/docs/sdk/models/operations/getrecentlyaddeddefaultdirection.md

20 lines
456 B
Markdown

# GetRecentlyAddedDefaultDirection
The direction of the sort. Can be either `asc` or `desc`.
## Example Usage
```typescript
import { GetRecentlyAddedDefaultDirection } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetRecentlyAddedDefaultDirection =
GetRecentlyAddedDefaultDirection.Ascending;
```
## Values
| Name | Value |
| ------------ | ------------ |
| `Ascending` | asc |
| `Descending` | desc |