This commit is contained in:
Josh Hawkins 2025-09-11 08:26:45 -05:00
parent 15114bb1df
commit 216819e938

View File

@ -343,7 +343,9 @@ export interface FrigateConfig {
};
auth: {
roles: string[];
roles: {
[roleName: string]: string[];
};
};
birdseye: BirdseyeConfig;