mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
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