mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-02 13:28:48 -05:00
5 lines
128 B
C#
5 lines
128 B
C#
namespace Infrastructure.Verticals.Notifications.Models;
|
|
|
|
public sealed record DownloadCleanedNotification : Notification
|
|
{
|
|
} |