fix(core): update
This commit is contained in:
parent
c6a9893ce1
commit
600ca80d33
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user