We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375d948 commit f0bf9bfCopy full SHA for f0bf9bf
src/component/lib.ts
@@ -231,7 +231,7 @@ export const listSnapshot = query({
231
page.push(extractHistoryEntry(revision));
232
}
233
234
- const output: Infer<ReturnType<typeof paginationResultValidator<HistoryEntry>>> = {
+ const output: PaginationResult<HistoryEntry> = {
235
continueCursor: allIdsBeforeCurrentTs[allIdsBeforeCurrentTs.length - 1],
236
isDone: false,
237
page,
0 commit comments