Merge pull request #25556 from overleaf/jel-group-audit-log-remove-from-group
[web] Log when user leaves or is removed from group GitOrigin-RevId: 8a5042b21cbf4eb622d5ca35cc095d94fe5a8539
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type GroupAuditLog = {
|
||||
groupId: string
|
||||
operation: string
|
||||
ipAddress?: string
|
||||
initiatorId?: string
|
||||
info?: object
|
||||
}
|
||||
Reference in New Issue
Block a user