mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
9 lines
142 B
C#
9 lines
142 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.HealthCheck
|
|
{
|
|
public class CheckHealthCommand : Command
|
|
{
|
|
}
|
|
}
|