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

19 lines
390 B
Markdown

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