+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "DataQueryResponseData" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## DataQueryResponseData type ### DataQueryResponseData type Signature ```typescript export declare type DataQueryResponseData = DataFrame | DataFrameDTO | LegacyResponseData; ``` Import ```typescript import { DataQueryResponseData } from '@grafana/data'; ```