DataSourceQueryType type

DataSourceQueryType type

Signature

  1. export declare type DataSourceQueryType<DSType> = DSType extends DataSourceApi<infer TQuery, any> ? TQuery : never;

Import

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