using System.Collections.Generic; namespace Cryville.Crtr.Browsing { public interface IResourceMeta { IEnumerable Properties { get; } } }