mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
10 lines
135 B
C#
10 lines
135 B
C#
namespace Bit.Core.Enums
|
|
{
|
|
public enum CipherStateAction
|
|
{
|
|
Restore,
|
|
SoftDelete,
|
|
HardDelete,
|
|
}
|
|
}
|