penguin/AstroJS

Javascript framework for my blog

botanjs/src/externs/_AstConf_.SiteFile.js

raw ยท 413 bytes

/**
 * @typedef {{
 *   f_host: string,
 *   path: !_AstConf_.SiteFile.Path,
 *   files: !Array<*>
 * }}
 */
_AstConf_.SiteFile;

/**
 * @typedef {{
 *   download: string,
 *   info: string,
 *   image: !_AstConf_.SiteFile.Path.Image
 * }}
 */
_AstConf_.SiteFile.Path;

/**
 * @typedef {{
 *   small: string,
 *   medium: string,
 *   large: string,
 *   original: string
 * }}
 */
_AstConf_.SiteFile.Path.Image;