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