grafana/public/app/features/annotations/event.ts

11 lines
159 B
TypeScript

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