Files
Cleanuparr/code/backend/Cleanuparr.Infrastructure/Features/Notifications/Models/DownloadStoppedNotification.cs
T

5 lines
138 B
C#

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