mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
added share data model
This commit is contained in:
9
src/Core/Enums/ShareStatusType.cs
Normal file
9
src/Core/Enums/ShareStatusType.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum ShareStatusType : byte
|
||||
{
|
||||
Pending = 0,
|
||||
Accepted = 1,
|
||||
Rejected = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user