KeyValue type

KeyValue type

Signature

  1. export declare type KeyValue<T = any> = Record<string, T>;

Import

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