aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/http/timeline.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-13 15:31:49 +0800
committercrupest <crupest@outlook.com>2021-02-13 15:31:49 +0800
commit790fc48e013ecd424d73e45072607927a3a43a70 (patch)
treec39fd481a36a624a9cd444777f1a91b79b9c884d /FrontEnd/src/app/http/timeline.ts
parent8d4db22c80a5992915abdf6d2b7d8047b93265ff (diff)
downloadtimeline-790fc48e013ecd424d73e45072607927a3a43a70.tar.gz
timeline-790fc48e013ecd424d73e45072607927a3a43a70.tar.bz2
timeline-790fc48e013ecd424d73e45072607927a3a43a70.zip
...
Diffstat (limited to 'FrontEnd/src/app/http/timeline.ts')
-rw-r--r--FrontEnd/src/app/http/timeline.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/app/http/timeline.ts b/FrontEnd/src/app/http/timeline.ts
index a84a40ef..bfb17a42 100644
--- a/FrontEnd/src/app/http/timeline.ts
+++ b/FrontEnd/src/app/http/timeline.ts
@@ -51,6 +51,8 @@ export interface HttpTimelinePostInfo {
dataList: HttpTimelinePostDataDigest;
color: string;
lastUpdated: string;
+ timelineName: string;
+ editable: boolean;
}
export interface HttpTimelinePostPostRequest {