Early album draft
This commit is contained in:
12
botanjs/src/externs/Astro.Blog.Components.SiteFile.js
Normal file
12
botanjs/src/externs/Astro.Blog.Components.SiteFile.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/** @constructor */
|
||||
Astro.Blog.Components.SiteFile = function() {};
|
||||
|
||||
/** @type {Function} */
|
||||
Astro.Blog.Components.SiteFile.loadInfo;
|
||||
|
||||
/** @type {String} */
|
||||
Astro.Blog.Components.SiteFile.hash;
|
||||
/** @type {String} */
|
||||
Astro.Blog.Components.SiteFile.id;
|
||||
/** @type {String} */
|
||||
Astro.Blog.Components.SiteFile.type;
|
Reference in New Issue
Block a user