mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
return collection readonly details
This commit is contained in:
9
src/Core/Models/Data/CollectionDetails.cs
Normal file
9
src/Core/Models/Data/CollectionDetails.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionDetails : Collection
|
||||
{
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user