mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
Add healthresponse type
This commit is contained in:
parent
41fae1fbbd
commit
11dab073fe
|
@ -218,6 +218,11 @@ export interface SysInfoResponse {
|
|||
ram_pct: number;
|
||||
}
|
||||
|
||||
export interface HealthResponse {
|
||||
last_process: string;
|
||||
last_process_ts: number;
|
||||
}
|
||||
|
||||
export interface StatusResponse {
|
||||
status: string;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user