This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Represents the front page or home URL transmitted when making requests. | |
*/ | |
export class Blog { | |
/** | |
* The character encoding for the values included in comments. | |
* @type {string} | |
*/ | |
charset; |