Preparing search index...
The search index is not available
Trova Core - v3.43.0
Trova Core
@trova-trip/trova-models
models
auditing
AuditLog
Interface AuditLog
interface
AuditLog
{
_id
?:
string
;
after
:
Record
<
string
,
unknown
>
;
before
?:
Record
<
string
,
unknown
>
;
createdDate
?:
Date
;
eventType
:
EventName
;
fields
:
string
[]
;
id
?:
string
;
impersonatedBy
?:
string
;
modelId
:
string
;
modelName
:
string
;
modifiedDate
?:
Date
;
source
?:
models
.
common
.
ExecutionContext
;
user
:
string
;
}
Hierarchy (
View Summary
)
BaseModel
AuditLog
Index
Properties
_id?
after
before?
created
Date?
event
Type
fields
id?
impersonated
By?
model
Id
model
Name
modified
Date?
source?
user
Properties
Optional
_id
_id
?:
string
after
after
:
Record
<
string
,
unknown
>
Optional
before
before
?:
Record
<
string
,
unknown
>
Optional
created
Date
createdDate
?:
Date
event
Type
eventType
:
EventName
fields
fields
:
string
[]
Optional
id
id
?:
string
Deprecated
Use _id instead
Optional
impersonated
By
impersonatedBy
?:
string
model
Id
modelId
:
string
model
Name
modelName
:
string
Optional
modified
Date
modifiedDate
?:
Date
Optional
source
source
?:
models
.
common
.
ExecutionContext
user
user
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
after
before
created
Date
event
Type
fields
id
impersonated
By
model
Id
model
Name
modified
Date
source
user
Trova Core - v3.43.0
Loading...
Deprecated
Use _id instead