mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 04:28:29 +00:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace NftFaucet.Infrastructure.Models.Dto;
|
|
|
|
public class UploaderStateDto
|
|
{
|
|
public Guid Id { get; set; }
|
|
public string State { get; set; }
|
|
}
|