Plugins: move jaeger trace type to grafana data (#25403)

* Plugins: move jaeger trace type to grafana data

* Remove unnecessary type from tsconfig
This commit is contained in:
Zoltán Bedi
2020-06-09 22:08:51 +02:00
committed by GitHub
parent ce127acf84
commit 5f923be2bf
40 changed files with 46 additions and 44 deletions

View File

@ -13,7 +13,7 @@
// limitations under the License.
import React from 'react';
import { SpanReference } from '../types/trace';
import { SpanReference } from '@grafana/data';
import ExternalLinkContext from './externalLinkContext';
type ReferenceLinkProps = {