Skip to content

Commit 1e7b421

Browse files
fix
1 parent 6a1dd07 commit 1e7b421

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/app-builder/src/models/pagination.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export type Pagination = {
99
export type PaginatedResponse<T> = {
1010
items: T[];
1111
hasNextPage: boolean;
12-
startIndex: number;
13-
endIndex: number;
1412
};
1513

1614
export function adaptPagination(paginationDto: PaginationDto): Pagination {

0 commit comments

Comments
 (0)