mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-24 05:11:54 +03:00
fix attributes frontend type
This commit is contained in:
parent
8cbc55e65a
commit
b2ea1fe592
@ -522,8 +522,8 @@ export interface FrigateConfig {
|
|||||||
path: string | null;
|
path: string | null;
|
||||||
width: number;
|
width: number;
|
||||||
colormap: { [key: string]: [number, number, number] };
|
colormap: { [key: string]: [number, number, number] };
|
||||||
attributes_map: { [key: string]: [string] };
|
attributes_map: { [key: string]: string[] };
|
||||||
all_attributes: [string];
|
all_attributes: string[];
|
||||||
plus?: {
|
plus?: {
|
||||||
name: string;
|
name: string;
|
||||||
id: string;
|
id: string;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user