There was an error while loading. Please reload this page.
1 parent f054696 commit e334b95Copy full SHA for e334b95
1 file changed
packages/app-builder/src/models/pagination.ts
@@ -9,8 +9,6 @@ export type Pagination = {
9
export type PaginatedResponse<T> = {
10
items: T[];
11
hasNextPage: boolean;
12
- startIndex: number;
13
- endIndex: number;
14
};
15
16
export function adaptPagination(paginationDto: PaginationDto): Pagination {
0 commit comments