+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DataFrameDTO"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DataFrameDTO interface
Like a DataFrame, but fields may be a FieldDTO
Signature
```typescript
export interface DataFrameDTO extends QueryResultBase
```
Import
```typescript
import { DataFrameDTO } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [fields](#fields-property) | Array<FieldDTO | Field>
| |
| [name](#name-property) | string
| |
### fields property
Signature
```typescript
fields: Array;
```
### name property
Signature
```typescript
name?: string;
```