mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Query History: Remove unused properties (#44904)
* Remove unused properties * Fix unit tests * Fix unit tests
This commit is contained in:
@@ -204,12 +204,9 @@ export interface QueryTransaction {
|
||||
export type RichHistoryQuery = {
|
||||
ts: number;
|
||||
datasourceName: string;
|
||||
datasourceId: string;
|
||||
starred: boolean;
|
||||
comment: string;
|
||||
queries: DataQuery[];
|
||||
sessionName: string;
|
||||
timeRange?: string;
|
||||
};
|
||||
|
||||
export interface ExplorePanelData extends PanelData {
|
||||
|
||||
Reference in New Issue
Block a user