mirror of
https://github.com/Readarr/Readarr
synced 2026-02-11 09:13:51 +01:00
8 lines
140 B
C#
8 lines
140 B
C#
using NzbDrone.Common.Messaging;
|
|
|
|
namespace NzbDrone.Core.HealthCheck
|
|
{
|
|
public class HealthCheckCompleteEvent : IEvent
|
|
{
|
|
}
|
|
}
|