diff --git a/web/src/types/frigateConfig.ts b/web/src/types/frigateConfig.ts index 70835073c..5c34aaa7a 100644 --- a/web/src/types/frigateConfig.ts +++ b/web/src/types/frigateConfig.ts @@ -343,7 +343,9 @@ export interface FrigateConfig { }; auth: { - roles: string[]; + roles: { + [roleName: string]: string[]; + }; }; birdseye: BirdseyeConfig;