mirror of
https://github.com/Radarr/Radarr
synced 2026-04-24 00:11:08 +02: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;
|