grafana/docs/sources/packages_api/data/keyvalue.md

563 B

+++

-----------------------------------------------------------------------

Do not edit this file. It is automatically generated by API Documenter.

-----------------------------------------------------------------------

title = "KeyValue" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

KeyValue type

KeyValue type

Signature

export declare type KeyValue<T = any> = {
    [s: string]: T;
};

Import

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