Skip to content

Commit

Permalink
fix(types): allow fully optional page.range input
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Sep 14, 2024
1 parent 713b884 commit 8a7e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type PaginationInput<TRangeShape> = {
/**
* the range of items to include in this page
*/
range: PickAny<{
range: Partial<{
/**
* .what = filter to items with values of this range key
* - filter on `item.value >= since.value`
Expand Down

0 comments on commit 8a7e36e

Please sign in to comment.