+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "LegacyResponseData" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## LegacyResponseData type ### LegacyResponseData type Starting in v6.2 DataFrame can represent both TimeSeries and TableData Signature ```typescript export declare type LegacyResponseData = TimeSeries | TableData | any; ``` Import ```typescript import { LegacyResponseData } from '@grafana/data'; ```