mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
10 lines
269 B
C#
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; }
|
|||
|
}
|
|||
|
}
|