Chore: Adds typings to lodash (#16590)

This commit is contained in:
Hugo Häggmark
2019-04-15 12:11:52 +02:00
committed by GitHub
parent b267e96087
commit 7eabc282e9
88 changed files with 149 additions and 145 deletions

View File

@@ -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[];
}