wip item images
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
namespace Wallet;
|
||||
using Toolkit.Foundation;
|
||||
|
||||
public class ItemHeaderConfiguration
|
||||
namespace Wallet;
|
||||
|
||||
public record ItemHeaderConfiguration
|
||||
{
|
||||
public string? Name { get; set; }
|
||||
|
||||
public string? Category { get; set; }
|
||||
|
||||
public IImageDescriptor? ImageDescriptor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user