Skip to content

Commit 0b1fc4f

Browse files
author
Jhih-Lin Jhou
committed
fix type
1 parent 676e7fd commit 0b1fc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/helpers/types/conversationTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ IRichContent.prototype.language;
323323
* @property {string?} [status]
324324
* @property {UserStateDetailModel[]} states
325325
* @property {string[]} tags
326-
* @property {string?} [timeRange]
326+
* @property {string} [timeRange]
327327
* @property {string} [startDate] - When timeRange is "Custom date", start date in YYYY-MM-DD format (e.g. 2026-01-25)
328328
* @property {string} [endDate] - When timeRange is "Custom date", end date in YYYY-MM-DD format (e.g. 2026-01-30). Defaults to startDate if not provided
329329
*/

0 commit comments

Comments
 (0)