prorm API Reference
← Documentation
GitLab
Preparing search index...
index
AuditEntry
Interface AuditEntry
interface
AuditEntry
{
action
:
"UPDATE"
|
"DELETE"
|
"CREATE"
;
model
:
string
;
newValues
?:
Record
<
string
,
any
>
;
oldValues
?:
Record
<
string
,
any
>
;
user
?:
any
;
timestamp
:
Date
;
}
Index
Properties
action
model
new
Values?
old
Values?
user?
timestamp
Properties
action
action
:
"UPDATE"
|
"DELETE"
|
"CREATE"
model
model
:
string
Optional
new
Values
newValues
?:
Record
<
string
,
any
>
Optional
old
Values
oldValues
?:
Record
<
string
,
any
>
Optional
user
user
?:
any
timestamp
timestamp
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
model
new
Values
old
Values
user
timestamp
← Documentation
GitLab
prorm API Reference
Loading...