using System; using Bit.Core.Models.Table; namespace Bit.Core.Repositories { public interface IFolderRepository : IRepository { } }