Expand timelne class type

This commit is contained in:
Nick Mowen 2024-01-14 19:54:52 -07:00
parent 0a873a1686
commit d09e142b22

View File

@ -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"