mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-23 22:18:39 -05:00
5 lines
132 B
C#
5 lines
132 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record QueueItemDeletedNotification : ArrNotification
|
|
{
|
|
} |