feat(blog): show review feedback in admin
This commit is contained in:
@@ -309,6 +309,7 @@ export interface PostListSchema {
|
||||
export interface PostDetailSchema extends PostListSchema {
|
||||
content: string;
|
||||
content_html?: string;
|
||||
review_note?: string;
|
||||
og_image_url?: string | null;
|
||||
views_count?: number;
|
||||
assets?: PostAssetSchema[];
|
||||
|
||||
Reference in New Issue
Block a user