grafana/public/app/features/annotations/event.ts
2017-12-19 16:06:54 +01:00

12 lines
191 B
TypeScript

export class AnnotationEvent {
dashboardId: number;
panelId: number;
userId: number;
time: any;
timeEnd: any;
isRegion: boolean;
text: string;
type: string;
tags: string;
}