|
@@ -25,7 +25,7 @@ export interface ICommentApiData {
|
|
|
content_type?: TContentType;
|
|
content_type?: TContentType;
|
|
|
parent?: string;
|
|
parent?: string;
|
|
|
status?: "active" | "close";
|
|
status?: "active" | "close";
|
|
|
- children_count: number;
|
|
|
|
|
|
|
+ children_count?: number;
|
|
|
editor: IUserApiData;
|
|
editor: IUserApiData;
|
|
|
created_at?: string;
|
|
created_at?: string;
|
|
|
updated_at?: string;
|
|
updated_at?: string;
|