fix attributes frontend type

This commit is contained in:
Josh Hawkins 2026-05-19 07:55:42 -05:00
parent 8cbc55e65a
commit b2ea1fe592

View File

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