Skip to content

Commit

Permalink
Merge pull request linagora#10 from ee-email/query-pagination-support
Browse files Browse the repository at this point in the history
Added query properties required for pagination
  • Loading branch information
alagane authored Jan 5, 2021
2 parents a0eb950 + 2cf1953 commit 3ed996d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export interface IGetArguments<Properties> {
export interface IQueryArguments<FilterCondition> {
accountId: string;
filter?: FilterCondition;
position?: number;
limit?: number;
}

export interface IRequest {
Expand Down

0 comments on commit 3ed996d

Please sign in to comment.