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

5 lines
132 B
C#

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