+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "DynamicConfigValue"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
## DynamicConfigValue interface
<b>Signature</b>
```typescript
export interface DynamicConfigValue
```
<b>Import</b>
import { DynamicConfigValue } from '@grafana/data';
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [id](#id-property) | <code>string</code> | |
| [value](#value-property) | <code>any</code> | |
### id property
id: string;
### value property
value?: any;