mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-17 12:33:22 +00:00
add decks documentation
This commit is contained in:
@@ -12,3 +12,10 @@ export class PaginationDto {
|
||||
@IsNumber()
|
||||
itemsPerPage?: number
|
||||
}
|
||||
|
||||
export class Pagination {
|
||||
currentPage: number
|
||||
itemsPerPage: number
|
||||
totalPages: number
|
||||
totalItems: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user