mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Group access & sproc/model refactoring.
This commit is contained in:
@ -2,11 +2,9 @@
|
||||
|
||||
namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionUserCollectionDetails
|
||||
public class SelectionReadOnly
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public Guid OrganizationId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user