322940742
1 2 3 4 5
export interface Pagination { currentPage: number; itemsPerPage: number; total: number; }