IActionChange

interface IActionChange<T>

Contains both old and new values for an updated audit log property.

exported from lib.weeble.d

Type parameters

T

Properties

Property

Type

Description

newValue

T

The value after the update.

oldValue?

T

The value before the update.