Interface AuditLogInternal
interface AuditLog { attributes: { action: string; created_at: string; device: undefined | Device; metadata: any; subaction: string; }; object: "audit_log"; } Properties
attributes
attributes: { action: string; created_at: string; device: undefined | Device; metadata: any; subaction: string; } Type declaration
action: string
created_at: string
device: undefined | Device
metadata: any
subaction: string
object
object: "audit_log"
An Audit Log struct