Skip to content

Commit 3ed996d

Browse files
authored
Merge pull request linagora#10 from ee-email/query-pagination-support
Added query properties required for pagination
2 parents a0eb950 + 2cf1953 commit 3ed996d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export interface IGetArguments<Properties> {
2222
export interface IQueryArguments<FilterCondition> {
2323
accountId: string;
2424
filter?: FilterCondition;
25+
position?: number;
26+
limit?: number;
2527
}
2628

2729
export interface IRequest {

0 commit comments

Comments
 (0)