mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-28 15:41:39 -05:00
7 lines
193 B
C#
7 lines
193 B
C#
using Cleanuparr.Infrastructure.Features.Notifications.Models;
|
|
|
|
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record StalledStrikeNotification : ArrNotification
|
|
{
|
|
} |