+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DataQueryTimings"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DataQueryTimings interface
Signature
```typescript
export interface DataQueryTimings
```
Import
```typescript
import { DataQueryTimings } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [dataProcessingTime](#dataprocessingtime-property) | number
| |
### dataProcessingTime property
Signature
```typescript
dataProcessingTime: number;
```