Skip to content

Commit 4f20760

Browse files
author
Jicheng Lu
committed
rename
1 parent e0945f7 commit 4f20760

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/helpers/types/conversationTypes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
* @typedef {Object} StateSearchQuery
4242
* @property {string} query - The search query.
4343
* @property {number?} [keyLimit] - The key limit.
44-
* @property {boolean?} [preLoad] - Whether it is preloading or not.
44+
* @property {number?} [convLimit] - The conversation limit.
45+
* @property {boolean?} [preload] - Whether it is preloading or not.
4546
*/
4647

4748

0 commit comments

Comments
 (0)