# `Tinkex.Types.HealthResponse`
[🔗](https://github.com/North-Shore-AI/tinkex/blob/v0.4.0/lib/tinkex/types/health_response.ex#L1)

Health check response.

# `t`

```elixir
@type t() :: %Tinkex.Types.HealthResponse{status: String.t()}
```

# `from_json`

```elixir
@spec from_json(map()) :: t()
```

Parse from JSON map with string or atom keys.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
