LegacyResponseData type

LegacyResponseData type

Starting in v6.2 DataFrame can represent both TimeSeries and TableData

Signature

  1. export declare type LegacyResponseData = TimeSeries | TableData | any;

Import

  1. import { LegacyResponseData } from '@grafana/data';