mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 17:41:57 -04:00
8 lines
196 B
C#
8 lines
196 B
C#
namespace Cleanuparr.Domain.Entities.Arr.Queue;
|
|
|
|
public sealed record TrackedDownloadStatusMessage
|
|
{
|
|
public string Title { get; set; }
|
|
|
|
public List<string>? Messages { get; set; }
|
|
} |