using System.Collections.Immutable;
namespace BlueWest.Views
{
public enum ViewType
System,
Data,
Jobs,
Profile,
Root,
Undefined
}