event.ts 191 B

1234567891011
  1. export class AnnotationEvent {
  2. dashboardId: number;
  3. panelId: number;
  4. userId: number;
  5. time: any;
  6. timeEnd: any;
  7. isRegion: boolean;
  8. text: string;
  9. type: string;
  10. tags: string;
  11. }