mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor refactoring of #16127
This commit is contained in:
@@ -76,3 +76,17 @@ export interface TableData {
|
||||
rows: any[][];
|
||||
tags?: Tags;
|
||||
}
|
||||
|
||||
export interface AnnotationEvent {
|
||||
annotation?: any;
|
||||
dashboardId?: number;
|
||||
panelId?: number;
|
||||
userId?: number;
|
||||
time?: number;
|
||||
timeEnd?: number;
|
||||
isRegion?: boolean;
|
||||
title?: string;
|
||||
text?: string;
|
||||
type?: string;
|
||||
tags?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user