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;
|
camera: string;
|
||||||
timestamp: number;
|
timestamp: number;
|
||||||
data: {
|
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:
|
class_type:
|
||||||
| "visible"
|
| "visible"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user