HealthOutputDTO

interface HealthOutputDTO {
    healthy: boolean;
}

Properties

Properties

healthy: boolean

HealthOutputDTO