@@ -158,3 +158,8 @@ type Link {
url: String
title: String
}
+
+type Date {
+ start: String
+ end: String
+}