FeatureToggles: Add index signature (#31649)
Since toggles tend to have arbitrary names.
This commit is contained in:
@@ -41,6 +41,8 @@ export enum GrafanaEdition {
|
||||
* @public
|
||||
*/
|
||||
export interface FeatureToggles {
|
||||
[name: string]: boolean;
|
||||
|
||||
live: boolean;
|
||||
ngalert: boolean;
|
||||
panelLibrary: boolean;
|
||||
|
||||
Reference in New Issue
Block a user