mirror of
https://github.com/bitwarden/server.git
synced 2026-02-05 08:33:10 +08:00
10 lines
171 B
C#
10 lines
171 B
C#
|
|
using Bit.Core.Models.Table;
|
|||
|
|
|
|||
|
|
namespace Bit.Core.Models.Data
|
|||
|
|
{
|
|||
|
|
public class CollectionDetails : Collection
|
|||
|
|
{
|
|||
|
|
public bool ReadOnly { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|