support published value
This commit is contained in:
@@ -25,6 +25,7 @@ export type Post = {
|
||||
tags: string[];
|
||||
category: string;
|
||||
selected: boolean;
|
||||
published: boolean;
|
||||
content: string;
|
||||
image: string;
|
||||
image_alt: string;
|
||||
|
||||
Reference in New Issue
Block a user