mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 01:52:41 -04:00
8 lines
189 B
C#
8 lines
189 B
C#
namespace Cleanuparr.Domain.Entities.Arr.Queue;
|
|
|
|
public sealed record ReadarrImage
|
|
{
|
|
public required string CoverType { get; init; }
|
|
|
|
public required Uri Url { get; init; }
|
|
} |