mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Initial Commit Rework
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export const ASCENDING = 'ascending';
|
||||
export const DESCENDING = 'descending';
|
||||
|
||||
export const all = [ASCENDING, DESCENDING];
|
||||
Reference in New Issue
Block a user