export interface GetHealthStatusRequest { fetchStatus?: boolean; } export interface GetHealthStatusResponse { result: string; }