mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
209 B
209 B
SortDirection
Example Usage
import { SortDirection } from "prowlarr/models";
let value: SortDirection = "default";
Values
"default" | "ascending" | "descending"