enhance health response message

This commit is contained in:
Matthias 2024-03-09 15:01:58 +01:00
parent a13ce67fdf
commit c9e5067aef

View File

@ -260,6 +260,10 @@ export interface SysInfoResponse {
export interface HealthResponse {
last_process: string;
last_process_ts: number;
bot_start: string;
bot_start_ts: number;
bot_startup: string;
bot_startup_ts: number;
}
export interface StatusResponse {