4 lines
62 B
C#
4 lines
62 B
C#
namespace Wallet;
|
|
|
|
public record Hyperlink(string? Value);
|
namespace Wallet;
|
|
|
|
public record Hyperlink(string? Value);
|