Radarr/src/NzbDrone.Update/AppType.cs

10 lines
118 B
C#

namespace NzbDrone.Update
{
public enum AppType
{
Normal,
Console,
Service
}
}