Files
2025-07-03 12:43:43 +03:00

5 lines
139 B
C#

namespace Cleanuparr.Infrastructure.Features.Notifications.Models;
public sealed record StalledStrikeNotification : ArrNotification
{
}