4 lines
97 B
C#
4 lines
97 B
C#
namespace Wallet;
|
|
|
|
public record ImageEntryConfiguration :
|
|
ItemEntryConfiguration<string>; |