mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-28 11:01:28 -04:00
8 lines
244 B
C#
8 lines
244 B
C#
using Cleanuparr.Persistence.Models.Configuration.Notification;
|
|
|
|
namespace Cleanuparr.Infrastructure.Features.Notifications.Apprise;
|
|
|
|
public interface IAppriseProxy
|
|
{
|
|
Task SendNotification(ApprisePayload payload, AppriseConfig config);
|
|
} |