mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 18:13:32 -04:00
8 lines
181 B
C#
8 lines
181 B
C#
namespace Cleanuparr.Domain.Entities.Arr.Queue;
|
|
|
|
public record Image
|
|
{
|
|
public required string CoverType { get; init; }
|
|
|
|
public required Uri RemoteUrl { get; init; }
|
|
} |