mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
fix types
This commit is contained in:
parent
d263026ab4
commit
9be1454f10
@ -8,6 +8,7 @@ export type Polygon = {
|
||||
objects: string[];
|
||||
points: number[][];
|
||||
pointsOrder?: number[];
|
||||
distances: number[];
|
||||
isFinished: boolean;
|
||||
color: number[];
|
||||
};
|
||||
|
||||
@ -214,7 +214,7 @@ export interface CameraConfig {
|
||||
zones: {
|
||||
[zoneName: string]: {
|
||||
coordinates: string;
|
||||
distances: string;
|
||||
distances: string[];
|
||||
filters: Record<string, unknown>;
|
||||
inertia: number;
|
||||
loitering_time: number;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user