Files
2025-07-03 12:43:43 +03:00

5 lines
142 B
C#

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