Improved json support
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Wallet;
|
||||
|
||||
public record PinEntryConfiguration :
|
||||
ItemEntryConfiguration
|
||||
ItemEntryConfiguration<string>
|
||||
{
|
||||
public int Minimum { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user