Skip to content

Commit 99e7186

Browse files
authored
Update lib_types.gs
1 parent c67cbf1 commit 99e7186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib_types.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
2-
* _getScriptContent
2+
* getScriptContent
33
* @typedef {Object} ScriptJson
44
* @property {Array.<EntityFileData>} files Array of objects with information about files.
55
*/
66
/**
7-
* _addFileToUserJson
7+
* addFileToUserJson
88
* @typedef {Object} EntityFileData
99
* @property {string} id Unique file id.
1010
* @property {string} name User-defined file name without extension.

0 commit comments

Comments
 (0)