mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
10 lines
133 B
JavaScript
10 lines
133 B
JavaScript
const pages = {
|
|
FIRST: 'first',
|
|
PREVIOUS: 'previous',
|
|
NEXT: 'next',
|
|
LAST: 'last',
|
|
EXACT: 'exact'
|
|
};
|
|
|
|
export default pages;
|