update

parent 4b6797a7
...@@ -314,7 +314,7 @@ export type DetailField = { ...@@ -314,7 +314,7 @@ export type DetailField = {
status: number; status: number;
}; };
export type Post = { export type PostType = {
id: number; id: number;
name: string; name: string;
image: string; image: string;
...@@ -367,7 +367,7 @@ export type PostCategoryDetailType = { ...@@ -367,7 +367,7 @@ export type PostCategoryDetailType = {
image: string; image: string;
status: number; status: number;
langs: LangType[]; langs: LangType[];
posts: Post[]; posts: PostType[];
createBy?: string; createBy?: string;
createTime?: string; createTime?: string;
updateBy?: string; updateBy?: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment