Skip to main content

Interface: IAuditableItemGraphAuditedElement

Interface describing the base properties for auditable elements.

Extended by

Properties

id?

optional id?: string

The id of the element.


dateCreated?

optional dateCreated?: string

The date/time of when the element was created.


dateModified?

optional dateModified?: string

The date/time of when the element was modified.


dateDeleted?

optional dateDeleted?: string

The date/time of when the element was deleted, as we never actually remove items.