diff --git a/packages/grafana-data/src/types/annotations.ts b/packages/grafana-data/src/types/annotations.ts index 3d840020ee4..5cae3e72d25 100644 --- a/packages/grafana-data/src/types/annotations.ts +++ b/packages/grafana-data/src/types/annotations.ts @@ -25,7 +25,7 @@ export interface AnnotationQuery { // Convert a dataframe to an AnnotationEvent mappings?: AnnotationEventMappings; - // Sadly plugins can set any propery directly on the main object + // Sadly plugins can set any property directly on the main object [key: string]: any; }