Minor fixes.
This commit is contained in:
@@ -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' {
|
||||
|
||||
Vendored
+3
-4
@@ -1,7 +1,6 @@
|
||||
declare module '*.scss';
|
||||
declare module '*.jpg';
|
||||
declare module "view" {
|
||||
declare module 'view' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
interface ViewContext {
|
||||
}
|
||||
}
|
||||
interface ViewContext {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user