You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So let't pub directive to all type definitions which work only for sdpecific Grafana versions.
So it woulb be like
@GrafanaVersion({ from: '4.2.2', to: '5.4.3' })
export function foo(): void
@GrafanaVersion({ from: '7.0.1', to: '5.4.3' })
export function bar(): void
The text was updated successfully, but these errors were encountered:
So let't pub directive to all type definitions which work only for sdpecific Grafana versions.
So it woulb be like
The text was updated successfully, but these errors were encountered: