# SortDirection ## Example Usage ```typescript import { SortDirection } from "prowlarr/models"; let value: SortDirection = "default"; ``` ## Values ```typescript "default" | "ascending" | "descending" ```