export interface GetVersionResponse { version: string; } export interface CheckHealthResponse { isHealthy: boolean; reasons: []; }