Skip to content

Commit 2e34bd1

Browse files
authored
Update lib_types.gs
1 parent fe0e260 commit 2e34bd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/lib_types.gs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,11 @@
1717
* @property {string} name User-defined file name without extension.
1818
* @property {string} type File type (example, `'json'`, `'server_js'` or `'html'`).
1919
*/
20+
/**
21+
* Library Info
22+
* @typedef {Object} LibraryInfo
23+
* @property {string} userSymbol User-defined library name.
24+
* @property {string} libraryId The unique library ID.
25+
* @property {string} version Version of the library.
26+
* @property {string} developmentMode The flag of development mode.
27+
*/

0 commit comments

Comments
 (0)