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 e0945f7 commit 4f20760Copy full SHA for 4f20760
src/lib/helpers/types/conversationTypes.js
@@ -41,7 +41,8 @@
41
* @typedef {Object} StateSearchQuery
42
* @property {string} query - The search query.
43
* @property {number?} [keyLimit] - The key limit.
44
- * @property {boolean?} [preLoad] - Whether it is preloading or not.
+ * @property {number?} [convLimit] - The conversation limit.
45
+ * @property {boolean?} [preload] - Whether it is preloading or not.
46
*/
47
48
0 commit comments