namespace StardewModdingAPI.Web.Framework.ConfigModels
{
/// The config settings for the mod compatibility list.
internal class ModCompatibilityListConfig
{
/*********
** Accessors
*********/
/// The number of minutes before which wiki data should be considered old.
public int StaleMinutes { get; set; }
}
}