# `BaileysEx.Connection.Store.Ref`
[🔗](https://github.com/jeffhuen/baileys_ex/blob/main/lib/baileys_ex/connection/store.ex#L10)

Read-only reference to a connection store ETS table.

# `t`

```elixir
@type t() :: %BaileysEx.Connection.Store.Ref{pid: pid(), table: :ets.tid()}
```

---

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