AnnotationEventMappings type

AnnotationEventMappings type

Signature

  1. export declare type AnnotationEventMappings = Partial<Record<keyof AnnotationEvent, AnnotationEventFieldMapping>>;

Import

  1. import { AnnotationEventMappings } from '@grafana/data';