Commit 1994b18b by Peter Holmberg

fix return type

parent 9c33a941
......@@ -11,7 +11,7 @@ import {
ExploreStartPageProps,
} 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 TableModel from 'app/core/table_model';
......@@ -327,7 +327,7 @@ export type ResultGetter = (
result: DataQueryResponseData,
transaction: QueryTransaction,
allTransactions: QueryTransaction[]
) => any;
) => TimeSeries;
export interface TextMatch {
text: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment