namespace SPTInstaller.Models.Mirrors; public class DownloadMirror { public string Link { get; set; } public string Hash { get; set; } }