mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-19 11:06:28 +03:00
add PassStoreEntryType enum
This commit is contained in:
7
src/KeyKeeper/PasswordStore/PassStoreEntryType.cs
Normal file
7
src/KeyKeeper/PasswordStore/PassStoreEntryType.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace KeyKeeper.PasswordStore;
|
||||
|
||||
enum PassStoreEntryType
|
||||
{
|
||||
Password,
|
||||
Directory,
|
||||
}
|
||||
Reference in New Issue
Block a user