mirror of
https://github.com/Radarr/Radarr
synced 2026-01-17 21:13:28 +01:00
8 lines
142 B
C#
8 lines
142 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.HealthCheck
|
|
{
|
|
public class CheckHealthCommand : Command
|
|
{
|
|
}
|
|
}
|