mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-03 19:38:20 -05:00
8 lines
166 B
C#
8 lines
166 B
C#
namespace Data.Models.Arr.Queue;
|
|
|
|
public record LidarrImage
|
|
{
|
|
public required string CoverType { get; init; }
|
|
|
|
public required Uri Url { get; init; }
|
|
} |