mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 23:52:50 -05:00
Reference events for Send (#1165)
This commit is contained in:
@ -45,5 +45,12 @@ namespace Bit.Core.Models.Business
|
||||
public short? Seats { get; set; }
|
||||
|
||||
public short? Storage { get; set; }
|
||||
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public SendType? SendType { get; set; }
|
||||
|
||||
public int? MaxAccessCount { get; set; }
|
||||
|
||||
public bool? HasPassword { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user