diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:44:30 -0600 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:44:30 -0600 |
| commit | e40f07211f5f15dcb138e2520a76d13afd3c0cfd (patch) | |
| tree | 46bad6a17e66d55a4a65088c0b6eb8c48641615a /frontend/src/types/Pagination.ts | |
| parent | added prettier for more consistency (diff) | |
| download | lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.tar.gz lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.tar.bz2 lphub-e40f07211f5f15dcb138e2520a76d13afd3c0cfd.zip | |
formatted with prettier
Diffstat (limited to 'frontend/src/types/Pagination.ts')
| -rw-r--r-- | frontend/src/types/Pagination.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/types/Pagination.ts b/frontend/src/types/Pagination.ts index ccff04b..18494eb 100644 --- a/frontend/src/types/Pagination.ts +++ b/frontend/src/types/Pagination.ts | |||
| @@ -3,4 +3,4 @@ export interface Pagination { | |||
| 3 | total_pages: number; | 3 | total_pages: number; |
| 4 | current_page: number; | 4 | current_page: number; |
| 5 | page_size: number; | 5 | page_size: number; |
| 6 | }; | 6 | } |