AlertModificationItem interface

Alert modification item.

Properties

comments

Modification comments

description

Description of the modification

details

Base details class.

modificationEvent

Reason for the modification

modifiedAt

Modified date and time

modifiedBy

Modified user details (Principal client name)

newValue

New value

oldValue

Old value

Property Details

comments

Modification comments

comments?: string

Property Value

string

description

Description of the modification

description?: string

Property Value

string

details

Base details class.

details?: BaseDetailsUnion

Property Value

modificationEvent

Reason for the modification

modificationEvent?: AlertModificationEvent

Property Value

modifiedAt

Modified date and time

modifiedAt?: string

Property Value

string

modifiedBy

Modified user details (Principal client name)

modifiedBy?: string

Property Value

string

newValue

New value

newValue?: string

Property Value

string

oldValue

Old value

oldValue?: string

Property Value

string