Minor fixes.

This commit is contained in:
Dermot Duffy
2022-08-07 13:54:11 -07:00
parent d5728a47b9
commit 883c622032
2 changed files with 7 additions and 8 deletions
+4 -4
View File
@@ -83,11 +83,11 @@ interface FrigateCardTimelineItem extends TimelineItem {
}
interface TimelineViewContext {
// The selected timeline window.
window?: TimelineWindow;
// The selected timeline window.
window?: TimelineWindow;
// The date of the last event fetch.
dateFetch?: Date;
// The date of the last event fetch.
dateFetch?: Date;
}
declare module 'view' {