+++
# -----------------------------------------------------------------------
# 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
```typescript
export declare type KeyValue = {
[s: string]: T;
};
```
Import
```typescript
import { KeyValue } from '@grafana/data';
```