From 244ff4af291ba5a77d2aceaf2041e2988b55b98b Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 13 Feb 2021 15:31:49 +0800 Subject: ... --- FrontEnd/src/app/http/timeline.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FrontEnd/src/app/http') 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 { -- cgit v1.2.3