mirror of
https://github.com/bitwarden/server.git
synced 2026-02-04 08:03:29 +08:00
9 lines
109 B
C#
9 lines
109 B
C#
namespace Bit.Core.Enums;
|
|
|
|
public enum CipherStateAction
|
|
{
|
|
Restore,
|
|
SoftDelete,
|
|
HardDelete,
|
|
}
|