diff --git a/web/src/types/frigateConfig.ts b/web/src/types/frigateConfig.ts index 2b9a05a1a3..68a2822200 100644 --- a/web/src/types/frigateConfig.ts +++ b/web/src/types/frigateConfig.ts @@ -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;