diff --git a/public/app/types/plugins.ts b/public/app/types/plugins.ts index f365e254736..80fd4f7c522 100644 --- a/public/app/types/plugins.ts +++ b/public/app/types/plugins.ts @@ -104,5 +104,4 @@ export interface TemplateQueryProps { query: any; onChange: (c: any, definition: string) => void; datasource: any; - definition: string; }