Files
Walleby/Wallet/Hyperlink.cs
T
2024-06-10 20:28:22 +01:00

4 lines
61 B
C#

namespace Wallet;
public record Hyperlink(string Value);