Files
Cleanuparr/code/Cleanuparr.Infrastructure/Features/Notifications/Models/StalledStrikeNotification.cs
2025-06-17 18:21:18 +03:00

7 lines
193 B
C#

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