mirror of
https://github.com/bitwarden/server
synced 2026-01-05 01:53:17 +00:00
return share information with cipher API response
This commit is contained in:
8
src/Core/Enums/SharePermissionType.cs
Normal file
8
src/Core/Enums/SharePermissionType.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Bit.Core.Enums
|
||||
{
|
||||
public enum SharePermissionType : byte
|
||||
{
|
||||
Reshare = 0,
|
||||
Edit = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user