1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 05:03:18 +00:00
Files
server/src/Core/Enums/CipherStateAction.cs
2021-12-16 15:35:09 +01:00

10 lines
135 B
C#

namespace Bit.Core.Enums
{
public enum CipherStateAction
{
Restore,
SoftDelete,
HardDelete,
}
}