+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
title = "DataTransformerConfig"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
## DataTransformerConfig interface
<b>Signature</b>
```typescript
export interface DataTransformerConfig<TOptions = any>
```
<b>Import</b>
import { DataTransformerConfig } from '@grafana/data';
<b>Properties</b>
| Property | Type | Description |
| --- | --- | --- |
| [id](#id-property) | <code>string</code> | Unique identifier of transformer |
| [options](#options-property) | <code>TOptions</code> | Options to be passed to the transformer |
### id property
Unique identifier of transformer
id: string;
### options property
Options to be passed to the transformer
options: TOptions;