Files
cleanuperr/code/Infrastructure/Verticals/Notifications/Models/StalledStrikeNotification.cs
T
2025-02-16 03:17:54 +02:00

5 lines
126 B
C#

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