mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 19:55:26 +03:00
Expand timelne class type
This commit is contained in:
parent
0a873a1686
commit
d09e142b22
@ -25,7 +25,13 @@ type Timeline = {
|
||||
camera: string;
|
||||
timestamp: number;
|
||||
data: {
|
||||
[key: string]: any;
|
||||
camera: string;
|
||||
label: string;
|
||||
sub_label: string;
|
||||
box?: [number, number, number, number];
|
||||
region: [number, number, number, number];
|
||||
attribute: string;
|
||||
zones: string[];
|
||||
};
|
||||
class_type:
|
||||
| "visible"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user