add PassStoreEntryType enum

This commit is contained in:
2025-11-09 18:40:28 +03:00
parent a94ea771a3
commit 3543d11ab0

View File

@@ -0,0 +1,7 @@
namespace KeyKeeper.PasswordStore;
enum PassStoreEntryType
{
Password,
Directory,
}