Files
cleanuperr/code/Infrastructure/Verticals/Notifications/Notifiarr/INotifiarrProxy.cs
T
2025-02-16 03:17:54 +02:00

6 lines
177 B
C#

namespace Infrastructure.Verticals.Notifications.Notifiarr;
public interface INotifiarrProxy
{
Task SendNotification(NotifiarrPayload payload, NotifiarrConfig config);
}