Minor fixes.
This commit is contained in:
@@ -83,11 +83,11 @@ interface FrigateCardTimelineItem extends TimelineItem {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface TimelineViewContext {
|
interface TimelineViewContext {
|
||||||
// The selected timeline window.
|
// The selected timeline window.
|
||||||
window?: TimelineWindow;
|
window?: TimelineWindow;
|
||||||
|
|
||||||
// The date of the last event fetch.
|
// The date of the last event fetch.
|
||||||
dateFetch?: Date;
|
dateFetch?: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
declare module 'view' {
|
declare module 'view' {
|
||||||
|
|||||||
Vendored
+3
-4
@@ -1,7 +1,6 @@
|
|||||||
declare module '*.scss';
|
declare module '*.scss';
|
||||||
declare module '*.jpg';
|
declare module '*.jpg';
|
||||||
declare module "view" {
|
declare module 'view' {
|
||||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||||
interface ViewContext {
|
interface ViewContext {}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user