mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 10:07:36 +03:00
new type
This commit is contained in:
parent
4e99ee0c33
commit
b639ea766f
@ -29,7 +29,7 @@ export type ObjectLifecycleSequence = {
|
||||
|
||||
export type TimeRange = { before: number; after: number };
|
||||
|
||||
export type TimelineType = "timeline" | "events";
|
||||
export type TimelineType = "timeline" | "events" | "activity";
|
||||
|
||||
export type TimelineScrubMode = "auto" | "drag" | "hover" | "compat";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user