aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Services/EntityNames.cs
diff options
context:
space:
mode:
Diffstat (limited to 'BackEnd/Timeline/Services/EntityNames.cs')
-rw-r--r--BackEnd/Timeline/Services/EntityNames.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/BackEnd/Timeline/Services/EntityNames.cs b/BackEnd/Timeline/Services/EntityNames.cs
index 5df5e615..b1023624 100644
--- a/BackEnd/Timeline/Services/EntityNames.cs
+++ b/BackEnd/Timeline/Services/EntityNames.cs
@@ -7,5 +7,7 @@
public const string Timeline = "Timeline";
public const string TimelinePost = "TimelinePost";
public const string TimelinePostData = "TimelinePostData";
+ public const string BookmarkTimeline = "BookmarkTimeline";
+ public const string HighlightTimeline = "HighlightTimeline";
}
}