9 lines
152 B
C#
9 lines
152 B
C#
using Toolkit.Foundation;
|
|
|
|
namespace Wallet;
|
|
|
|
public record WalletConfiguration :
|
|
ComponentConfiguration
|
|
{
|
|
public string? Key { get; set; }
|
|
} |