feat: add Audit logs event
All checks were successful
Publish / Publish Job (push) Successful in 2m29s
All checks were successful
Publish / Publish Job (push) Successful in 2m29s
This commit is contained in:
8
src/events/users/audit-logs.interface.ts
Normal file
8
src/events/users/audit-logs.interface.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface AuditLog {
|
||||
accountId?: string;
|
||||
type?: string;
|
||||
action?: string;
|
||||
ipAddress?: string;
|
||||
userAgent?: string;
|
||||
detail?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user