Options
All
  • Public
  • Public/Protected
  • All
Menu

Module domain/interfaces/Incident

Index

Type aliases

Type aliases

Incident: { eventType: string; id: string; product: string; timeCreated: string; timeResolved: string; title: string }
description

The Incident is one of the three primary event types.

Type declaration

  • eventType: string
  • id: string
  • product: string
  • timeCreated: string
  • timeResolved: string
  • title: string

Generated using TypeDoc