mirror of
https://github.com/Radarr/Radarr
synced 2026-05-02 15:15:21 +02:00
8 lines
140 B
C#
8 lines
140 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.HealthCheck
|
|
{
|
|
public class HealthCheckCompleteEvent : IEvent
|
|
{
|
|
}
|
|
}
|