mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
11 lines
159 B
TypeScript
11 lines
159 B
TypeScript
|
|
export class AnnotationEvent {
|
|
dashboardId: number;
|
|
panelId: number;
|
|
time: any;
|
|
timeEnd: any;
|
|
isRegion: boolean;
|
|
title: string;
|
|
text: string;
|
|
}
|