add filter keys

This commit is contained in:
jeffvli
2025-10-10 18:39:39 -07:00
parent ae0a6497cb
commit aaff54c490
+7
View File
@@ -19,3 +19,10 @@ export const PLAY_TYPES = [
play: Play.NEXT,
},
];
export const FILTER_KEYS = {
CURRENT_PAGE: 'currentPage',
SCROLL_OFFSET: 'scrollOffset',
SORT_BY: 'sortBy',
SORT_ORDER: 'sortOrder',
};