update

parent 4b6797a7
......@@ -314,7 +314,7 @@ export type DetailField = {
status: number;
};
export type Post = {
export type PostType = {
id: number;
name: string;
image: string;
......@@ -367,7 +367,7 @@ export type PostCategoryDetailType = {
image: string;
status: number;
langs: LangType[];
posts: Post[];
posts: PostType[];
createBy?: string;
createTime?: 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