Files
Readarr/src/NzbDrone.Core/Notifications/Webhook/WebhookPayload.cs
T
Mark McDowall e5f483eadc New: Health events for Webhooks
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-19 19:06:46 -05:00

8 lines
150 B
C#

namespace NzbDrone.Core.Notifications.Webhook
{
public class WebhookPayload
{
public WebhookEventType EventType { get; set; }
}
}