Shortcut nullable type

This commit is contained in:
bmen25124
2025-03-05 17:53:44 +03:00
parent 5398684ea2
commit 3cb24507a7

View File

@@ -3161,7 +3161,7 @@ class StreamingProcessor {
this.firstMessageText = '...';
this.timeStarted = timeStarted;
/**
* @type {number | null}
* @type {number?}
*/
this.timeToFirstToken = null;
this.createdAt = new Date();