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
+10
View File
@@ -0,0 +1,10 @@
namespace Bitvault;
public record PinEntryConfiguration :
ItemEntryConfiguration
{
public int Minimum { get; set; }
public int Maximum { get; set; }
}