penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/_AstConf_.SiteFile.js

raw ยท 633 bytes

/** @type {Object} */
_AstConf_.SiteFile = {};
	/** @type {String} */
	_AstConf_.SiteFile.f_host;

	/** @type {Object} */
	_AstConf_.SiteFile.path;
	/** @type {String} */
		_AstConf_.SiteFile.path.download;
		/** @type {String} */
		_AstConf_.SiteFile.path.info;
		/** @type {Object} */
		_AstConf_.SiteFile.path.image;
			/** @type {String} */
			_AstConf_.SiteFile.path.image.small;
			/** @type {String} */
			_AstConf_.SiteFile.path.image.medium;
			/** @type {String} */
			_AstConf_.SiteFile.path.image.large;
			/** @type {String} */
			_AstConf_.SiteFile.path.image.original;
	/** @type {Array} */
	_AstConf_.SiteFile.files;