mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
e5f483eadc
Signed-off-by: Robin Dadswell <robin@dadswell.email>
8 lines
150 B
C#
8 lines
150 B
C#
namespace NzbDrone.Core.Notifications.Webhook
|
|
{
|
|
public class WebhookPayload
|
|
{
|
|
public WebhookEventType EventType { get; set; }
|
|
}
|
|
}
|