mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-15 11:32:09 +03:00
fix type
This commit is contained in:
parent
15114bb1df
commit
216819e938
@ -343,7 +343,9 @@ export interface FrigateConfig {
|
|||||||
};
|
};
|
||||||
|
|
||||||
auth: {
|
auth: {
|
||||||
roles: string[];
|
roles: {
|
||||||
|
[roleName: string]: string[];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
birdseye: BirdseyeConfig;
|
birdseye: BirdseyeConfig;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user