Options
All
  • Public
  • Public/Protected
  • All
Menu

Module domain/interfaces/Event

Index

Interfaces

Type aliases

Type aliases

EventDto: { eventTime: string; id: string; message: string; timeCreated: string; timeResolved?: string; title?: string }
description

Used when transferring the basic, raw event.

Type declaration

  • eventTime: string
  • id: string
  • message: string
  • timeCreated: string
  • Optional timeResolved?: string
  • Optional title?: string
EventType: "change" | "deployment" | "incident"
description

Can be one of the three refined event types.

Generated using TypeDoc