HealthCheckResponse

@Serializable
data class HealthCheckResponse(val status: String)

Response from the health check endpoint.

Constructors

Link copied to clipboard
constructor(status: String)

Properties

Link copied to clipboard