mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 20:48:24 +00:00
8 lines
161 B
C#
8 lines
161 B
C#
namespace NftFaucetRadzen.Components.CardList;
|
|
|
|
public class CardListItemProperty
|
|
{
|
|
public string Name { get; set; }
|
|
public string Value { get; set; }
|
|
}
|