namespace HeuristicLab.JsonInterface.OptimizerIntegration { public interface IArrayJsonItemVM : IJsonItemVM { bool Resizable { get; set; } } }