mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-09 00:12:32 +01:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
export const ASCENDING = 'ascending';
|
|
export const DESCENDING = 'descending';
|
|
|
|
export const all = [ASCENDING, DESCENDING];
|