namespace InABox.DynamicGrid { public interface IDynamicCustomEditorPage<TType> : IDynamicEditorPage { } }