mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-05 13:20:32 -05: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;
|