mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
const serverSideCollectionHandlers = {
|
||||
FETCH: 'fetch',
|
||||
FIRST_PAGE: 'firstPage',
|
||||
PREVIOUS_PAGE: 'previousPage',
|
||||
NEXT_PAGE: 'nextPage',
|
||||
LAST_PAGE: 'lastPage',
|
||||
EXACT_PAGE: 'exactPage',
|
||||
SORT: 'sort',
|
||||
FILTER: 'filter'
|
||||
};
|
||||
|
||||
export default serverSideCollectionHandlers;
|
||||
Reference in New Issue
Block a user