1
0
mirror of https://github.com/bitwarden/server synced 2025-12-22 11:13:27 +00:00

new client event types, pass date to event funcs

This commit is contained in:
Kyle Spearrin
2019-07-09 11:44:09 -04:00
parent f7be870bfe
commit da5c385d4a
6 changed files with 37 additions and 31 deletions

View File

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