mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-20 19:59:10 -05:00
5 lines
134 B
C#
5 lines
134 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record FailedImportStrikeNotification : ArrNotification
|
|
{
|
|
} |