Add missing feature flag type (#40260)

This commit is contained in:
Piotr Jamróz
2021-10-12 11:37:50 +02:00
committed by GitHub
parent f33f098b73
commit 6081790992
@@ -52,6 +52,7 @@ export interface FeatureToggles {
recordedQueries: boolean;
prometheusMonaco: boolean;
newNavigation: boolean;
fullRangeLogsVolume: boolean;
}
/**