mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Adds typings to lodash (#16590)
This commit is contained in:
@@ -72,6 +72,7 @@ export enum NullValueMode {
|
||||
}
|
||||
|
||||
export interface AnnotationEvent {
|
||||
id?: string;
|
||||
annotation?: any;
|
||||
dashboardId?: number;
|
||||
panelId?: number;
|
||||
@@ -82,5 +83,5 @@ export interface AnnotationEvent {
|
||||
title?: string;
|
||||
text?: string;
|
||||
type?: string;
|
||||
tags?: string;
|
||||
tags?: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user