Files
Cleanuparr/code/Infrastructure/Verticals/Notifications/Models/StalledStrikeNotification.cs
2025-02-16 03:20:00 +02:00

5 lines
129 B
C#

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