|
@@ -102,6 +102,6 @@ export interface PluginsState {
|
|
|
|
|
|
|
|
export interface TemplateQueryProps {
|
|
export interface TemplateQueryProps {
|
|
|
query: any;
|
|
query: any;
|
|
|
- onChange: (c: any, definition: string) => void;
|
|
|
|
|
|
|
+ onChange: (query: any, definition: string) => void;
|
|
|
datasource: any;
|
|
datasource: any;
|
|
|
}
|
|
}
|