|
@@ -81,6 +81,7 @@ export interface IChapterToc {
|
|
|
export interface IArticleDataResponse {
|
|
export interface IArticleDataResponse {
|
|
|
uid: string;
|
|
uid: string;
|
|
|
title: string;
|
|
title: string;
|
|
|
|
|
+ title_text?: string;
|
|
|
subtitle: string;
|
|
subtitle: string;
|
|
|
summary: string | null;
|
|
summary: string | null;
|
|
|
_summary?: string;
|
|
_summary?: string;
|
|
@@ -139,6 +140,7 @@ export interface IArticleMapRequest {
|
|
|
article_id?: string;
|
|
article_id?: string;
|
|
|
level: number;
|
|
level: number;
|
|
|
title: string;
|
|
title: string;
|
|
|
|
|
+ title_text?: string;
|
|
|
editor?: IUser;
|
|
editor?: IUser;
|
|
|
children?: number;
|
|
children?: number;
|
|
|
deleted_at?: string | null;
|
|
deleted_at?: string | null;
|