Skip to content

Commit 242ffba

Browse files
committed
pagination type
1 parent 0e3a60c commit 242ffba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/convex-helpers/server/pagination.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
streamIndexRange,
1717
} from "./stream.js";
1818

19-
export type IndexKey = Value[];
19+
export type IndexKey = (Value | undefined)[];
2020

2121
export type PageRequest<
2222
DataModel extends GenericDataModel,

0 commit comments

Comments
 (0)