1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 17:53:44 +00:00

events collect endpoint

This commit is contained in:
Kyle Spearrin
2019-03-19 17:26:34 -04:00
parent fd8a8c8b67
commit 268b162c0a
2 changed files with 32 additions and 12 deletions

View File

@@ -6,5 +6,6 @@ namespace Bit.Events.Models
public class EventModel
{
public EventType Type { get; set; }
public Guid? CipherId { get; set; }
}
}