Files

5 lines
138 B
C#

namespace Cleanuparr.Infrastructure.Features.Notifications.Models;
public sealed record DownloadStoppedNotification : Notification
{
}