feat: wip blog detail

This commit is contained in:
kmacoders
2021-07-08 23:07:44 +07:00
parent 11562d1701
commit 5822dcc59a
11 changed files with 44 additions and 7 deletions

View File

@@ -15,4 +15,6 @@ export interface IContent extends IContentDocument {
toc: IToc[];
image: string;
tags: string[];
published: string;
author: string;
}