We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3a60c commit 242ffbaCopy full SHA for 242ffba
packages/convex-helpers/server/pagination.ts
@@ -16,7 +16,7 @@ import {
16
streamIndexRange,
17
} from "./stream.js";
18
19
-export type IndexKey = Value[];
+export type IndexKey = (Value | undefined)[];
20
21
export type PageRequest<
22
DataModel extends GenericDataModel,
0 commit comments