using System; namespace StardewModdingAPI.Web.Framework.Clients.Chucklefish { /// An HTTP client for fetching mod metadata from the Chucklefish mod site. internal interface IChucklefishClient : IModSiteClient, IDisposable { } }