File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ export declare namespace ContentTree {
285
285
children : [ Heading , ...Event [ ] ] ;
286
286
}
287
287
interface Event extends Parent {
288
+ type : "timeline" ;
288
289
dateLabel : string ;
289
290
children : Paragraph [ ] ;
290
291
}
@@ -575,6 +576,7 @@ export declare namespace ContentTree {
575
576
children : [ Heading , ...Event [ ] ] ;
576
577
}
577
578
interface Event extends Parent {
579
+ type : "timeline" ;
578
580
dateLabel : string ;
579
581
children : Paragraph [ ] ;
580
582
}
@@ -851,6 +853,7 @@ export declare namespace ContentTree {
851
853
children : [ Heading , ...Event [ ] ] ;
852
854
}
853
855
interface Event extends Parent {
856
+ type : "timeline" ;
854
857
dateLabel : string ;
855
858
children : Paragraph [ ] ;
856
859
}
@@ -1142,6 +1145,7 @@ export declare namespace ContentTree {
1142
1145
children : [ Heading , ...Event [ ] ] ;
1143
1146
}
1144
1147
interface Event extends Parent {
1148
+ type : "timeline" ;
1145
1149
dateLabel : string ;
1146
1150
children : Paragraph [ ] ;
1147
1151
}
Original file line number Diff line number Diff line change 202
202
"type" : " string"
203
203
},
204
204
"type" : {
205
+ "const" : " timeline" ,
205
206
"type" : " string"
206
207
}
207
208
},
Original file line number Diff line number Diff line change 253
253
"type" : " string"
254
254
},
255
255
"type" : {
256
+ "const" : " timeline" ,
256
257
"type" : " string"
257
258
}
258
259
},
Original file line number Diff line number Diff line change 227
227
"type" : " string"
228
228
},
229
229
"type" : {
230
+ "const" : " timeline" ,
230
231
"type" : " string"
231
232
}
232
233
},
You can’t perform that action at this time.
0 commit comments