DataQueryResponseData type

DataQueryResponseData type

Signature

  1. export declare type DataQueryResponseData = DataFrame | DataFrameDTO | LegacyResponseData;

Import

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