mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-05-08 17:36:30 +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