Files
Cleanuparr/code/Infrastructure/Verticals/Notifications/Models/SlowStrikeNotification.cs

5 lines
126 B
C#

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