fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-29 11:40:14 +00:00
parent c6a9893ce1
commit 600ca80d33

View File

@ -16,6 +16,11 @@ export interface IArticle {
*/ */
content: string; content: string;
/**
* a timestamp for when the article was written
*/
timestamp: number;
/** /**
* the tags of an article * the tags of an article
*/ */