export interface HealthCheck {
    detail: string;
}
