mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 15:24:05 +00:00
9 lines
269 B
C#
9 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; }
|
|
}
|
|
}
|