6 lines
135 B
C#
6 lines
135 B
C#
namespace Newsbot.Collector.Domain.Response;
|
|
|
|
public class AuthFailedResponse
|
|
{
|
|
public IEnumerable<string?>? Errors { get; set; }
|
|
} |