mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-21 22:50:02 -04:00
6 lines
169 B
C#
6 lines
169 B
C#
namespace Infrastructure.Verticals.Notifications.Apprise;
|
|
|
|
public interface IAppriseProxy
|
|
{
|
|
Task SendNotification(ApprisePayload payload, AppriseConfig config);
|
|
} |