mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00:00
events collect endpoint
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Bit.Events.Models
|
||||
public class EventModel
|
||||
{
|
||||
public EventType Type { get; set; }
|
||||
public Guid? CipherId { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user