diff options
author | crupest <crupest@outlook.com> | 2021-02-13 15:31:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-13 15:31:49 +0800 |
commit | 244ff4af291ba5a77d2aceaf2041e2988b55b98b (patch) | |
tree | f78781c518ec95b1a58e9464bda77758989fa6c0 /FrontEnd/src/app/http | |
parent | 1f70c65eb0d20eb070b72d4e67966c1f7b79c02a (diff) | |
download | timeline-244ff4af291ba5a77d2aceaf2041e2988b55b98b.tar.gz timeline-244ff4af291ba5a77d2aceaf2041e2988b55b98b.tar.bz2 timeline-244ff4af291ba5a77d2aceaf2041e2988b55b98b.zip |
...
Diffstat (limited to 'FrontEnd/src/app/http')
-rw-r--r-- | FrontEnd/src/app/http/timeline.ts | 2 |
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 { |