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;
width: number;
colormap: { [key: string]: [number, number, number] };
attributes_map: { [key: string]: [string] };
all_attributes: [string];
attributes_map: { [key: string]: string[] };
all_attributes: string[];
plus?: {
name: string;
id: string;