Shortcut nullable type
| @@ -3161,7 +3161,7 @@ class StreamingProcessor { | ||
| 3161 | 3161 | this.firstMessageText = '...'; |
| 3162 | 3162 | this.timeStarted = timeStarted; |
| 3163 | 3163 | /** |
| 3164 | 3164 | * @type {number | null?} |
| 3165 | 3165 | */ |
| 3166 | 3166 | this.timeToFirstToken = null; |
| 3167 | 3167 | this.createdAt = new Date(); |