Skip to content

Commit bf64219

Browse files
committed
fix: type
1 parent 9f24f6f commit bf64219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/utils/paginate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface PaginatedOption<
1818
currentPage: number,
1919
key: K | undefined,
2020
data: T[]
21-
) => boolean | undefined
21+
) => boolean | unknown | undefined
2222
/**
2323
* 当结束时触发
2424
* @returns `false`: 将停止获取下一页

0 commit comments

Comments
 (0)