mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
fix return type
This commit is contained in:
parent
9c33a9410f
commit
1994b18b5a
@ -11,7 +11,7 @@ import {
|
|||||||
ExploreStartPageProps,
|
ExploreStartPageProps,
|
||||||
} from '@grafana/ui';
|
} from '@grafana/ui';
|
||||||
|
|
||||||
import { Emitter } from 'app/core/core';
|
import { Emitter, TimeSeries } from 'app/core/core';
|
||||||
import { LogsModel, LogsDedupStrategy, LogLevel } from 'app/core/logs_model';
|
import { LogsModel, LogsDedupStrategy, LogLevel } from 'app/core/logs_model';
|
||||||
import TableModel from 'app/core/table_model';
|
import TableModel from 'app/core/table_model';
|
||||||
|
|
||||||
@ -327,7 +327,7 @@ export type ResultGetter = (
|
|||||||
result: DataQueryResponseData,
|
result: DataQueryResponseData,
|
||||||
transaction: QueryTransaction,
|
transaction: QueryTransaction,
|
||||||
allTransactions: QueryTransaction[]
|
allTransactions: QueryTransaction[]
|
||||||
) => any;
|
) => TimeSeries;
|
||||||
|
|
||||||
export interface TextMatch {
|
export interface TextMatch {
|
||||||
text: string;
|
text: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user