using Treestar.Shared.Models.DBDomain; namespace DBConnection.Repositories.Interfaces; public interface IChapterRepository : IRepository { }