There was an error while loading. Please reload this page.
1 parent 6a1dd07 commit 1e7b421Copy full SHA for 1e7b421
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