Added a lot more configrations

This commit is contained in:
TheXamlGuy
2024-06-08 20:42:29 +01:00
parent d5f7d1c279
commit 9a664b583b
12 changed files with 929 additions and 20 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace Bitvault;
public interface IItemEntryConfiguration
{
string? Label { get; set; }
object? Value { get; set; }
}