namespace StardewModdingAPI.Web.Framework.Clients.CurseForge.ResponseModels { /// A list of links for a mod. /// The URL for the CurseForge mod page. /// The URL for the mod's source code, if any. public record ModLinksModel(string WebsiteUrl, string? SourceUrl); }