Preparing search index...
The search index is not available
Freeze Design Frontend - TypeScript API
Freeze Design Frontend - TypeScript API
types
AdminAuditLogListItem
Interface AdminAuditLogListItem
interface
AdminAuditLogListItem
{
id
:
number
;
timestamp
:
string
;
user_email
:
string
;
action
:
"create"
|
"update"
|
"delete"
|
"bulk_delete"
;
model_name
:
string
;
object_repr
:
string
;
changed_fields_count
:
number
;
}
Index
Properties
id
timestamp
user_
email
action
model_
name
object_
repr
changed_
fields_
count
Properties
id
id
:
number
timestamp
timestamp
:
string
user_
email
user_email
:
string
action
action
:
"create"
|
"update"
|
"delete"
|
"bulk_delete"
model_
name
model_name
:
string
object_
repr
object_repr
:
string
changed_
fields_
count
changed_fields_count
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
timestamp
user_
email
action
model_
name
object_
repr
changed_
fields_
count
Freeze Design Frontend - TypeScript API
Loading...