Skip to content

Commit

Permalink
Added query properties required for pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
jeserkin committed Dec 24, 2020
1 parent a0eb950 commit 2cf1953
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 2cf1953

Please sign in to comment.