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 9f24f6f commit bf64219Copy full SHA for bf64219
src/client/utils/paginate.ts
@@ -18,7 +18,7 @@ export interface PaginatedOption<
18
currentPage: number,
19
key: K | undefined,
20
data: T[]
21
- ) => boolean | undefined
+ ) => boolean | unknown | undefined
22
/**
23
* 当结束时触发
24
* @returns `false`: 将停止获取下一页
0 commit comments