Skip to content

Commit 7f9a29e

Browse files
committed
Docs - Fix JSDoc warning about missing property
1 parent cc5c901 commit 7f9a29e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/src/modules/ExecuteJSFromServer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* LizDict
3-
* @typedef {object} lizDict
3+
* @typedef {object} lizDict
4+
* @property {object} string All strings translated in user interface
45
*/
56

67
/**

0 commit comments

Comments
 (0)