1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-01-20 03:29:25 +02:00

10 lines
269 B
C#

namespace UptimeKuma {
public class Version {
public string latest { get; set; }
public string slow { get; set; }
public string beta { get; set; }
public string nodejs { get; set; }
public string exe { get; set; }
}
}