mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
enhance health response message
This commit is contained in:
parent
a13ce67fdf
commit
c9e5067aef
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user