diff --git a/packages/grafana-data/src/types/templateVars.ts b/packages/grafana-data/src/types/templateVars.ts index 86d5c50594d..8594bbb20e7 100644 --- a/packages/grafana-data/src/types/templateVars.ts +++ b/packages/grafana-data/src/types/templateVars.ts @@ -164,4 +164,5 @@ export interface BaseVariableModel { state: LoadingState; error: any | null; description: string | null; + usedInRepeat?: boolean; }