Time: Update JSDoc

This commit is contained in:
Romain Vigier
2022-08-17 12:04:10 +02:00
parent f06cfee414
commit a1ea280fd6
+4 -1
View File
@@ -2,7 +2,10 @@
// SPDX-License-Identifier: GPL-3.0-or-later
/**
* Time is an enumeration of the possible time values.
* Times.
*
* @readonly
* @enum {string}
*/
var Time = {
UNKNOWN: 'unknown',