1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-22 13:35:10 -05:00
bitwarden/src/Core/Models/Data/CipherFullDetails.cs
2017-03-24 16:15:50 -04:00

8 lines
136 B
C#

namespace Core.Models.Data
{
public class CipherFullDetails : CipherDetails
{
public bool Edit { get; set; }
}
}