using System.Collections.Generic; namespace Umbraco.Core.Configuration.Grid { public interface IGridEditorsConfig { IEnumerable Editors { get; } } }