mirror of
https://github.com/Radarr/Radarr
synced 2025-12-10 10:22:41 +01:00
9 lines
133 B
JavaScript
9 lines
133 B
JavaScript
const pages = {
|
|
FIRST: 'first',
|
|
PREVIOUS: 'previous',
|
|
NEXT: 'next',
|
|
LAST: 'last',
|
|
EXACT: 'exact'
|
|
};
|
|
|
|
export default pages;
|