using System.Collections.Generic; namespace Umbraco.Web.Models.ContentEditing { public interface ITabbedContent where T : ContentPropertyBasic { IEnumerable> Tabs { get; } } }