Skip to content

Commit

Permalink
refactor(pagerequest): add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay-ap committed May 31, 2020
1 parent d69a641 commit 6d15f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/clients/db/PageRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default interface PageRequest {
previousPageInfo: { [key: string]: string | null } | undefined
direction?: 'previous' | 'next'
}

export const UnpagedRequest: PageRequest = {
number: undefined,
size: undefined,
Expand Down

0 comments on commit 6d15f9f

Please sign in to comment.