Skip to content

Commit

Permalink
removes DataQuery deprication warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 12, 2023
1 parent 3393681 commit f0faadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dfe-azurecostbackend-datasource/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DataQuery, DataSourceJsonData } from '@grafana/data';
import { DataQuery, DataSourceJsonData } from '@grafana/schema';

export interface MyQuery extends DataQuery {
queryText?: string;
Expand Down

0 comments on commit f0faadc

Please sign in to comment.