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

Response to a session heartbeat request.

Mirrors Python `tinker.types.SessionHeartbeatResponse`.

# `t`

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

# `from_json`

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

Parse from JSON map.

# `new`

```elixir
@spec new() :: t()
```

Create a new SessionHeartbeatResponse.

---

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